Skip to content

Commit 7b9f3ad

Browse files
authored
add ramses hyperliquid cl and legacy (#17013)
1 parent 1b1a09b commit 7b9f3ad

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

projects/ramses-cl/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ const { uniV3Export } = require('../helper/uniswapV3')
22

33
module.exports = uniV3Export({
44
arbitrum: { factory: '0xaa2cd7477c451e703f3b9ba5663334914763edf8', fromBlock: 90593047, },
5-
hyperliquid: { factory: '0xA87c8308722237F6442Ef4762B7287afB84fB191', fromBlock: 6947040, },
65
})

projects/ramses-hl-cl/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const { uniV3Export } = require('../helper/uniswapV3')
2+
3+
module.exports = uniV3Export({
4+
hyperliquid: { factory: '0xA87c8308722237F6442Ef4762B7287afB84fB191', fromBlock: 18149975, },
5+
})

projects/ramses-hl-legacy/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const {getUniTVL} = require('../helper/unknownTokens')
2+
const { staking } = require('../helper/staking')
3+
4+
module.exports = {
5+
misrepresentedTokens: true,
6+
hyperliquid:{
7+
tvl: getUniTVL({ factory: '0xd0a07E160511c40ccD5340e94660E9C9c01b0D27', useDefaultCoreAssets: true, hasStablePools: true, stablePoolSymbol: 'cAMM' }),
8+
},
9+
}

0 commit comments

Comments
 (0)