diff --git a/projects/helper/tokenMapping.js b/projects/helper/tokenMapping.js index db830e49bbb..46ff851fd19 100644 --- a/projects/helper/tokenMapping.js +++ b/projects/helper/tokenMapping.js @@ -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] || {}) }) diff --git a/projects/tanukix/index.js b/projects/tanukix/index.js new file mode 100644 index 00000000000..a257ba1488a --- /dev/null +++ b/projects/tanukix/index.js @@ -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) + }, +} \ No newline at end of file