Skip to content

Commit 03ffbae

Browse files
committed
add etherex-cl and etherex-legacy
1 parent fc17aa1 commit 03ffbae

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

projects/etherex-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+
linea: { factory: ' 0xAe334f70A7FC44FCC2df9e6A37BC032497Cf80f1', fromBlock: 21293324, },
5+
})

projects/etherex-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+
linea:{
7+
tvl: getUniTVL({ factory: '0xC0b920f6f1d6122B8187c031554dc8194F644592', useDefaultCoreAssets: true, hasStablePools: true, stablePoolSymbol: 'cAMM' }),
8+
},
9+
}

0 commit comments

Comments
 (0)