Skip to content

Commit 839889b

Browse files
echovlg1nt0ki
andauthored
Update Ramses Exchange factories on Hyperliquid (#17017)
Co-authored-by: g1nt0ki <[email protected]>
1 parent 3f526b3 commit 839889b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

projects/ramses-cl/index.js

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

33
module.exports = uniV3Export({
44
arbitrum: { factory: '0xaa2cd7477c451e703f3b9ba5663334914763edf8', fromBlock: 90593047, },
5-
})
5+
hyperliquid: { factory: '0x07E60782535752be279929e2DFfDd136Db2e6b45', fromBlock: 17985840, },
6+
})

projects/ramses/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ module.exports = {
77
tvl: getUniTVL({ factory: '0xAAA20D08e59F6561f242b08513D36266C5A29415', useDefaultCoreAssets: true, hasStablePools: true, stablePoolSymbol: 'crAMM' }),
88
staking: staking("0xAAA343032aA79eE9a6897Dab03bef967c3289a06", "0xaaa6c1e32c55a7bfa8066a6fae9b42650f262418"),
99
},
10-
}
10+
hyperliquid:{
11+
tvl: getUniTVL({ factory: '0xd0a07E160511c40ccD5340e94660E9C9c01b0D27', useDefaultCoreAssets: true, hasStablePools: true, stablePoolSymbol: 'crAMM' }),
12+
},
13+
}

0 commit comments

Comments
 (0)