Skip to content

Commit

Permalink
🌶 added Tanukix DEX on the Taiko chain (DefiLlama#11396)
Browse files Browse the repository at this point in the history
* 🌶 added Tanukix DEX on the Taiko chain

* code refactor

---------

Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
andreiashu and g1nt0ki committed Aug 23, 2024
1 parent 031673c commit add145a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/helper/tokenMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ const fixBalancesTokens = {
q: {
[ADDRESSES.q.WQ]: { coingeckoId: "q-protocol", decimals: 18 },
},
taiko: {
'0x7d02A3E0180451B17e5D7f29eF78d06F8117106C': { coingeckoId: "dai", decimals: 18 },
},
}

ibcChains.forEach(chain => fixBalancesTokens[chain] = { ...ibcMappings, ...(fixBalancesTokens[chain] || {}) })
Expand Down
8 changes: 8 additions & 0 deletions projects/tanukix/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const { onChainTvl } = require('../helper/balancer')

module.exports = {
methodology: "Sum of all the tokens locked in TanukiX vault",
taiko: {
tvl: onChainTvl('0x3251e99cEf4b9bA03a6434B767aa5Ad11ca6cc31', 204741)
},
}

0 comments on commit add145a

Please sign in to comment.