Skip to content

Commit 2e34e84

Browse files
authored
Add SpookySwap V2 and V3 on Sonic (DefiLlama#12906)
2 parents 7b1b5d5 + 63e1e5b commit 2e34e84

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

projects/spookyswap-v3/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ const { uniV3Export } = require("../helper/uniswapV3");
22

33
const factory = "0x7928a2c48754501f3a8064765ECaE541daE5c3E6";
44
const factory_bttc = "0xE12b00681dD2e90f51d9Edf55CE1A7D171338165";
5+
const factory_sonic = "0x3D91B700252e0E3eE7805d12e048a988Ab69C8ad";
56

67
module.exports = uniV3Export({
78
fantom: { factory, fromBlock: 70992836, blacklistedTokens:['0x6e5e3ce13e2c7d4de000f93c4909164d0aa59f0b'] },
89
//eon: { factory, fromBlock: 679684 },
910
bittorrent: { factory: factory_bttc, fromBlock: 26441276 },
11+
sonic: { factory: factory_sonic, fromBlock: 286535 },
1012
})

projects/spookyswap/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ module.exports={
99
},
1010
bittorrent: {
1111
tvl: getUniTVL({ useDefaultCoreAssets: true, factory: '0xee4bc42157cf65291ba2fe839ae127e3cc76f741' }),
12+
},
13+
sonic: {
14+
tvl: getUniTVL({ useDefaultCoreAssets: true, factory: '0xEE4bC42157cf65291Ba2FE839AE127e3Cc76f741' }),
1215
}
13-
}
16+
}

0 commit comments

Comments
 (0)