mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 05:15:28 +08:00
Hotfix
This commit is contained in:
@@ -14,9 +14,6 @@ const aaveCallVault = "0xe63151A0Ed4e5fafdc951D877102cf0977Abd365";
|
||||
const stETHCallVault = "0x53773E034d9784153471813dacAFF53dBBB78E8c";
|
||||
const apeCallVault = "0xc0cF10Dd710aefb209D9dc67bc746510ffd98A53";
|
||||
|
||||
// Avalanche Vaults
|
||||
const avaxCallVault = "0x98d03125c62DaE2328D9d3cb32b7B969e6a87787";
|
||||
|
||||
// Avalanche Vaults
|
||||
const avaxCallVault = "0x98d03125c62DaE2328D9d3cb32b7B969e6a87787";
|
||||
const savaxCallVault = "0x6BF686d99A4cE17798C45d09C21181fAc29A9fb3";
|
||||
@@ -79,14 +76,6 @@ async function avaxTvl(_, block) {
|
||||
return balances;
|
||||
}
|
||||
|
||||
async function auroraTvl(_, block) {
|
||||
const balances = {};
|
||||
await Promise.all([
|
||||
addVault(balances, wnearCallVault, wnear, block, "aurora"),
|
||||
]);
|
||||
return balances;
|
||||
}
|
||||
|
||||
/**
|
||||
* STAKING
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
const sdk = require("@defillama/sdk");
|
||||
const evm = require("./evm");
|
||||
const solana = require("./solana");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user