Skip to content

Commit 81b1f2c

Browse files
Remove ADX Token from Ambire Wallet TVL Calculation (DefiLlama#15157)
1 parent da067d1 commit 81b1f2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/ambire-wallet/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ const sdk = require('@defillama/sdk')
33

44
const WALLET = '0x88800092ff476844f74dc2fc427974bbee2794ae'
55
const WALLET_staking = '0x47cd7e91c3cbaaf266369fe8518345fc4fc12935'
6-
const ADX = '0xADE00C28244d5CE17D72E40330B1c318cD12B7c3'
7-
const ADX_staking = '0xB6456b57f03352bE48Bf101B46c1752a0813491a'
86

97
module.exports = {
108
methodology: `TVL for Ambire Wallet consists of the staking of WALLET.`,
119
ethereum:{
1210
tvl: () => ({}),
1311
staking: sdk.util.sumChainTvls([
1412
staking(WALLET_staking, WALLET),
15-
staking(ADX_staking, ADX)
1613
]),
1714
}
1815
}

0 commit comments

Comments
 (0)