Skip to content

Commit d609390

Browse files
authored
Add FluxusFi on Base (DefiLlama#12222)
1 parent 6b02ca0 commit d609390

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/fluxusbase/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { uniTvlExport } = require('../helper/calculateUniTvl.js')
2+
3+
module.exports = {
4+
misrepresentedTokens: true,
5+
base: {
6+
tvl: uniTvlExport("0x27c2d144b106B26Be3d0dEB6c14c5CFA2e9a507C", undefined, undefined, {
7+
allPairsLength: 'uint256:allPairsLength',
8+
allPairs: 'function allPairs(uint256) view returns (address)',
9+
}, { useDefaultCoreAssets: true, hasStablePairs: true, }),
10+
},
11+
}

0 commit comments

Comments
 (0)