Skip to content

Commit add145a

Browse files
andreiashug1nt0ki
andauthored
🌶 added Tanukix DEX on the Taiko chain (DefiLlama#11396)
* 🌶 added Tanukix DEX on the Taiko chain * code refactor --------- Co-authored-by: g1nt0ki <[email protected]>
1 parent 031673c commit add145a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

‎projects/helper/tokenMapping.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ const fixBalancesTokens = {
6262
q: {
6363
[ADDRESSES.q.WQ]: { coingeckoId: "q-protocol", decimals: 18 },
6464
},
65+
taiko: {
66+
'0x7d02A3E0180451B17e5D7f29eF78d06F8117106C': { coingeckoId: "dai", decimals: 18 },
67+
},
6568
}
6669

6770
ibcChains.forEach(chain => fixBalancesTokens[chain] = { ...ibcMappings, ...(fixBalancesTokens[chain] || {}) })

‎projects/tanukix/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
taiko: {
6+
tvl: onChainTvl('0x3251e99cEf4b9bA03a6434B767aa5Ad11ca6cc31', 204741)
7+
},
8+
}

0 commit comments

Comments
 (0)