We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000bf85 commit 94e8996Copy full SHA for 94e8996
projects/solidex-finance-v2/index.js
@@ -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
@@ -0,0 +1,10 @@
+const { uniV3Export } = require('../helper/uniswapV3')
+module.exports = uniV3Export({
+ cronos: {
+ factory: '0x3AAAB2384e40C2F405EF87Ea7B893B406C32E59C',
+ fromBlock: 24286000
0 commit comments