Skip to content

Commit 194258a

Browse files
committed
add spookyswap v3 dex
1 parent 5e2878a commit 194258a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/spookyswap-v3/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const { uniV3Export } = require("../helper/uniswapV3");
2+
3+
const factory = "0x7928a2c48754501f3a8064765ECaE541daE5c3E6";
4+
const factory_bttc = "0xE12b00681dD2e90f51d9Edf55CE1A7D171338165";
5+
6+
module.exports = uniV3Export({
7+
fantom: { factory, fromBlock: 70992836, blacklistedTokens:['0x6e5e3ce13e2c7d4de000f93c4909164d0aa59f0b'] },
8+
//eon: { factory, fromBlock: 679684 },
9+
bittorrent: { factory: factory_bttc, fromBlock: 26441276 },
10+
})

0 commit comments

Comments
 (0)