Skip to content

Commit

Permalink
Add SpookySwap V2 and V3 on Sonic (#12906)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x authored Dec 30, 2024
2 parents 7b1b5d5 + 63e1e5b commit 2e34e84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions projects/spookyswap-v3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ const { uniV3Export } = require("../helper/uniswapV3");

const factory = "0x7928a2c48754501f3a8064765ECaE541daE5c3E6";
const factory_bttc = "0xE12b00681dD2e90f51d9Edf55CE1A7D171338165";
const factory_sonic = "0x3D91B700252e0E3eE7805d12e048a988Ab69C8ad";

module.exports = uniV3Export({
fantom: { factory, fromBlock: 70992836, blacklistedTokens:['0x6e5e3ce13e2c7d4de000f93c4909164d0aa59f0b'] },
//eon: { factory, fromBlock: 679684 },
bittorrent: { factory: factory_bttc, fromBlock: 26441276 },
sonic: { factory: factory_sonic, fromBlock: 286535 },
})
5 changes: 4 additions & 1 deletion projects/spookyswap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ module.exports={
},
bittorrent: {
tvl: getUniTVL({ useDefaultCoreAssets: true, factory: '0xee4bc42157cf65291ba2fe839ae127e3cc76f741' }),
},
sonic: {
tvl: getUniTVL({ useDefaultCoreAssets: true, factory: '0xEE4bC42157cf65291Ba2FE839AE127e3Cc76f741' }),
}
}
}

0 comments on commit 2e34e84

Please sign in to comment.