Skip to content

Commit 6b88947

Browse files
add sonic
1 parent 4f44606 commit 6b88947

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

projects/sushiswap-v3/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ module.exports = uniV3Export({
7070
factory: "0x2F255d3f3C0A3726c6c99E74566c4b18E36E3ce6",
7171
fromBlock: 3945310,
7272
},
73+
sonic: {
74+
factory: "0x46B3fDF7b5CDe91Ac049936bF0bDb12c5d22202e",
75+
fromBlock: 347590
76+
},
7377
// boba: { factory: '0x0BE808376Ecb75a5CF9bB6D237d16cd37893d904', fromBlock: 998556, },
7478
polygon_zkevm: {
7579
factory: "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506",

projects/sushiswap/api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ module.exports = {
124124
tvl: getUniTVL({ factory: '0x33d91116e0370970444B0281AB117e161fEbFcdD', useDefaultCoreAssets: true, }),
125125
},
126126
blast: { tvl: getUniTVL({ factory: '0x42Fa929fc636e657AC568C0b5Cf38E203b67aC2b', useDefaultCoreAssets: true, }) },
127+
sonic: { tvl: getUniTVL({ factory: '0xB45e53277a7e0F1D35f2a77160e91e25507f1763', useDefaultCoreAssets: true }) },
127128
core: { tvl: tvl2 },
128129
rsk: { tvl: tvl2 },
129130
europa: { tvl: getUniTVL({ factory: '0x1aaF6eB4F85F8775400C1B10E6BbbD98b2FF8483', useDefaultCoreAssets: true, }) },

0 commit comments

Comments
 (0)