Skip to content

Commit

Permalink
Add Hydrometer | Base (DefiLlama#12444)
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrometerFi authored Nov 27, 2024
1 parent 6a4e128 commit 2e5dc35
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions projects/hydrometer/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("0xF60caCf0A3daa5B6a79ca6594BEF38F85391AE0A", undefined, undefined, {
allPairsLength: 'uint256:allPoolsLength',
allPairs: 'function allPools(uint256) view returns (address)',
}, { useDefaultCoreAssets: true, hasStablePools: true, }),
},
}

0 comments on commit 2e5dc35

Please sign in to comment.