Skip to content

Commit 2b2b97a

Browse files
committed
remove dups
1 parent 6fe7407 commit 2b2b97a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

projects/sushiswap-v3/index.js

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

projects/sushiswap/api.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ 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 }) },
128127
core: { tvl: tvl2 },
129128
rsk: { tvl: tvl2 },
130129
europa: { tvl: getUniTVL({ factory: '0x1aaF6eB4F85F8775400C1B10E6BbbD98b2FF8483', useDefaultCoreAssets: true, }) },

0 commit comments

Comments
 (0)