Skip to content

Commit

Permalink
Add FluxusFi on Base (DefiLlama#12222)
Browse files Browse the repository at this point in the history
  • Loading branch information
FluxusBase authored Nov 11, 2024
1 parent 6b02ca0 commit d609390
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/fluxusbase/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { uniTvlExport } = require('../helper/calculateUniTvl.js')

module.exports = {
misrepresentedTokens: true,
base: {
tvl: uniTvlExport("0x27c2d144b106B26Be3d0dEB6c14c5CFA2e9a507C", undefined, undefined, {
allPairsLength: 'uint256:allPairsLength',
allPairs: 'function allPairs(uint256) view returns (address)',
}, { useDefaultCoreAssets: true, hasStablePairs: true, }),
},
}

0 comments on commit d609390

Please sign in to comment.