We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da067d1 commit 81b1f2cCopy full SHA for 81b1f2c
projects/ambire-wallet/index.js
@@ -3,16 +3,13 @@ const sdk = require('@defillama/sdk')
3
4
const WALLET = '0x88800092ff476844f74dc2fc427974bbee2794ae'
5
const WALLET_staking = '0x47cd7e91c3cbaaf266369fe8518345fc4fc12935'
6
-const ADX = '0xADE00C28244d5CE17D72E40330B1c318cD12B7c3'
7
-const ADX_staking = '0xB6456b57f03352bE48Bf101B46c1752a0813491a'
8
9
module.exports = {
10
methodology: `TVL for Ambire Wallet consists of the staking of WALLET.`,
11
ethereum:{
12
tvl: () => ({}),
13
staking: sdk.util.sumChainTvls([
14
staking(WALLET_staking, WALLET),
15
- staking(ADX_staking, ADX)
16
]),
17
}
18
0 commit comments