Skip to content

Commit 108a5cb

Browse files
committed
track sonic dexes
1 parent 7a5db6c commit 108a5cb

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

projects/Equalizer/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ module.exports = {
77
tvl: uniTvlExport("0xc6366EFD0AF1d09171fe0EBF32c7943BB310832a", "fantom", undefined, undefined, { hasStablePools: true, useDefaultCoreAssets: true, }),
88
staking: staking("0x8313f3551C4D3984FfbaDFb42f780D0c8763Ce94", "0x3Fd3A0c85B70754eFc07aC9Ac0cbBDCe664865A6"),
99
},
10+
sonic: {
11+
tvl: uniTvlExport("0xDDD9845Ba0D8f38d3045f804f67A1a8B9A528FcC", "fantom", undefined, undefined, { hasStablePools: true, useDefaultCoreAssets: true, stablePoolSymbol: 's-'}),
12+
}
1013
}

projects/dyorswap/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const config = {
99
xlayer: '0x2ccadb1e437aa9cdc741574bda154686b1f04c09',
1010
bob: '0x2CcaDb1e437AA9cDc741574bDa154686B1F04C09',
1111
ink: '0x6c86ab200661512fDBd27Da4Bb87dF15609A2806',
12+
sonic: '0xd8863d794520285185197F97215c8B8AD04E8815',
1213
}
1314

1415
module.exports = {

projects/equalizer-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+
sonic: { factory: '0x7Ca1dCCFB4f49564b8f13E18a67747fd428F1C40', fromBlock: 548413, },
5+
})

projects/memebox-fi/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const { uniTvlExports } = require('../helper/unknownTokens')
2+
module.exports = uniTvlExports({
3+
'sonic': '0x079463f811e6EB2E226908E79144CDDB59a7fB71'
4+
})

projects/mobiusdex-xyz/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const { uniTvlExports } = require('../helper/unknownTokens')
2+
module.exports = uniTvlExports({
3+
'sonic': '0x475f2dDfA1A5da19F4a3F282F1305f285E742C45'
4+
})

0 commit comments

Comments
 (0)