mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
Add new LiquidOps tickers (#16255)
This commit is contained in:
@@ -5,7 +5,6 @@ const methodologies = require('../helper/methodologies');
|
||||
const endpoint = 'https://cu.ao-testnet.xyz'
|
||||
const controllerId = 'SmmMv0rJwfIDVM3RvY2-P729JFYwhdGSeGo2deynbfY'
|
||||
const geckoTickerTransformations = {
|
||||
'qAR': 'arweave',
|
||||
'wAR': 'arweave',
|
||||
'wUSDC': 'usd-coin',
|
||||
'wUSDT': 'tether',
|
||||
@@ -13,9 +12,12 @@ const geckoTickerTransformations = {
|
||||
'USDA': 'usd-coin',
|
||||
'vAR': 'arweave',
|
||||
'vUSDC': 'usd-coin',
|
||||
'vDAI': 'dai',
|
||||
'vETH': 'ethereum',
|
||||
};
|
||||
|
||||
|
||||
|
||||
// Access AO on chain data via the node endpoint
|
||||
async function DryRun(target, action) {
|
||||
const response = await post(`${endpoint}/dry-run?process-id=${target}`, {
|
||||
|
||||
Reference in New Issue
Block a user