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 031673c commit add145aCopy full SHA for add145a
‎projects/helper/tokenMapping.js
@@ -62,6 +62,9 @@ const fixBalancesTokens = {
62
q: {
63
[ADDRESSES.q.WQ]: { coingeckoId: "q-protocol", decimals: 18 },
64
},
65
+ taiko: {
66
+ '0x7d02A3E0180451B17e5D7f29eF78d06F8117106C': { coingeckoId: "dai", decimals: 18 },
67
+ },
68
}
69
70
ibcChains.forEach(chain => fixBalancesTokens[chain] = { ...ibcMappings, ...(fixBalancesTokens[chain] || {}) })
‎projects/tanukix/index.js
@@ -0,0 +1,8 @@
1
+const { onChainTvl } = require('../helper/balancer')
2
+
3
+module.exports = {
4
+ methodology: "Sum of all the tokens locked in TanukiX vault",
5
6
+ tvl: onChainTvl('0x3251e99cEf4b9bA03a6434B767aa5Ad11ca6cc31', 204741)
7
8
+}
0 commit comments