Skip to content

Commit

Permalink
add dojoswap-ancient8 on a8-chain.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvoidmain committed Sep 27, 2024
1 parent 392d14d commit 2cd1380
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/dojoswap-ancient8/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const { getUniTVL } = require('../helper/unknownTokens')

const config = {
ancient8: { factory: '0x7d6eb409e2540d27Ea6Dc976E1a549a3dBcBfFBC', key: 'A8ChainMainnet' },
}

Object.keys(config).forEach(chain => {
const { factory, key } = config[chain]
module.exports[chain] = {
tvl: getUniTVL({ factory, useDefaultCoreAssets: true, chain, fetchBalances: true })
}
})

module.exports.misrepresentedTokens = true

0 comments on commit 2cd1380

Please sign in to comment.