Skip to content

Commit 2e5dc35

Browse files
authored
Add Hydrometer | Base (DefiLlama#12444)
1 parent 6a4e128 commit 2e5dc35

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/hydrometer/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("0xF60caCf0A3daa5B6a79ca6594BEF38F85391AE0A", undefined, undefined, {
7+
allPairsLength: 'uint256:allPoolsLength',
8+
allPairs: 'function allPools(uint256) view returns (address)',
9+
}, { useDefaultCoreAssets: true, hasStablePools: true, }),
10+
},
11+
}

0 commit comments

Comments
 (0)