Skip to content

Commit 94e8996

Browse files
solidexdevsolidexdev
andauthored
add solidex-finance (#15963)
Co-authored-by: solidexdev <[email protected]>
1 parent 000bf85 commit 94e8996

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

projects/solidex-finance-v2/index.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
const { uniTvlExports } = require('../helper/unknownTokens')
2+
3+
module.exports = uniTvlExports({
4+
'cronos': '0xc6bd451EE56E8e42b8dde3921aD851645C416126'
5+
}, {
6+
abis: {
7+
allPairsLength: 'uint256:allPoolsLength',
8+
allPairs: 'function allPools(uint256) view returns (address)',
9+
},
10+
hasStablePools: true,
11+
permitFailure: true,
12+
})
13+
14+

projects/solidex-finance-v3/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const { uniV3Export } = require('../helper/uniswapV3')
2+
3+
module.exports = uniV3Export({
4+
cronos: {
5+
factory: '0x3AAAB2384e40C2F405EF87Ea7B893B406C32E59C',
6+
fromBlock: 24286000
7+
},
8+
})
9+
10+

0 commit comments

Comments
 (0)