Skip to content

Commit 6fe7407

Browse files
committed
sushi: track sonic
1 parent 8a0656b commit 6fe7407

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

projects/helper/env.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const DEFAULTS = {
2222
DUCKCHAIN_RPC: "https://rpc.duckchain.io,https://rpc-hk.duckchain.io",
2323
SOPHON_RPC_MULTICALL: "0x5f4867441d2416cA88B1b3fd38f21811680CD2C8",
2424
VANA_RPC_MULTICALL: "0xFe92b91F3326e58557478c28EeAe1936E0c7148a",
25+
FILECOIN_RPC_MULTICALL: "0xcA11bde05977b3631167028862bE2a173976CA11",
2526
}
2627

2728
const ENV_KEYS = [

projects/sushiswap-v3/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ module.exports = uniV3Export({
9999
blast: { factory: '0x7680d4b43f3d1d54d6cfeeb2169463bfa7a6cf0d', fromBlock: 284122, },
100100
//europa: { factory: '0x51d15889b66A2c919dBbD624d53B47a9E8feC4bB', fromBlock: 5124251, },
101101
rsk: { factory: '0x46B3fDF7B5cde91Ac049936bF0Bdb12C5D22202E', fromBlock: 6365060, }, //this one
102+
sonic: { factory: '0x46B3fDF7B5cde91Ac049936bF0Bdb12C5D22202E', fromBlock: 1, }, //this one
102103
});
103104

104105
const config = {

projects/sushiswap/api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ module.exports = {
134134
linea: { tvl: getUniTVL({ factory: '0xFbc12984689e5f15626Bad03Ad60160Fe98B303C', useDefaultCoreAssets: true, }) },
135135
thundercore: { tvl: tvl2 },
136136
islm: { tvl: tvl2 },
137+
sonic: { tvl: tvl2 },
137138
}
138139

139140
// module.exports.polygon.tvl = getChainTVL('polygon')

0 commit comments

Comments
 (0)