@@ -216,15 +216,15 @@ const ZORA_SEPOLIA_ADDRESSES: ChainAddresses = {
216
216
tickLensAddress : '0x23C0F71877a1Fc4e20A78018f9831365c85f3064' ,
217
217
}
218
218
219
- const ROOTSTOCK_ADDRESSES : ChainAddresses = {
220
- v3CoreFactoryAddress : '0xaF37EC98A00FD63689CF3060BF3B6784E00caD82' ,
221
- multicallAddress : '0x996a9858cDfa45Ad68E47c9A30a7201E29c6a386' ,
222
- quoterAddress : '0xb51727c996C68E60F598A923a5006853cd2fEB31' ,
223
- v3MigratorAddress : '0x16678977CA4ec3DAD5efc7b15780295FE5f56162' ,
224
- nonfungiblePositionManagerAddress : '0x9d9386c042F194B460Ec424a1e57ACDE25f5C4b1' ,
225
- tickLensAddress : '0x55B9dF5bF68ADe972191a91980459f48ecA16afC' ,
226
- swapRouter02Address : '0x0B14ff67f0014046b4b99057Aec4509640b3947A' ,
227
- }
219
+ // const ROOTSTOCK_ADDRESSES: ChainAddresses = {
220
+ // v3CoreFactoryAddress: '0xaF37EC98A00FD63689CF3060BF3B6784E00caD82',
221
+ // multicallAddress: '0x996a9858cDfa45Ad68E47c9A30a7201E29c6a386',
222
+ // quoterAddress: '0xb51727c996C68E60F598A923a5006853cd2fEB31',
223
+ // v3MigratorAddress: '0x16678977CA4ec3DAD5efc7b15780295FE5f56162',
224
+ // nonfungiblePositionManagerAddress: '0x9d9386c042F194B460Ec424a1e57ACDE25f5C4b1',
225
+ // tickLensAddress: '0x55B9dF5bF68ADe972191a91980459f48ecA16afC',
226
+ // swapRouter02Address: '0x0B14ff67f0014046b4b99057Aec4509640b3947A',
227
+ // }
228
228
229
229
const BLAST_ADDRESSES : ChainAddresses = {
230
230
v3CoreFactoryAddress : '0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd' ,
@@ -236,6 +236,13 @@ const BLAST_ADDRESSES: ChainAddresses = {
236
236
swapRouter02Address : '0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66' ,
237
237
}
238
238
239
+ const BITLAYER_TESTNET_ADDRESSES : ChainAddresses = {
240
+ v3CoreFactoryAddress : '0xc95D939Da72ECe8Bd794d42EaEd28974CDb0ADa2' ,
241
+ multicallAddress : '0x3d33856dcf74f110690f5a2647c7dfb9bb5ff2d0' ,
242
+ quoterAddress : '0x6677D5Bb2Bc48f4F35E2a9b516bb29fBc1d22049' ,
243
+ nonfungiblePositionManagerAddress : '0x6b5622503fe2ca3cd371f7dfe5393df04b63ce22' ,
244
+ }
245
+
239
246
export const CHAIN_TO_ADDRESSES_MAP : Record < SupportedChainsType , ChainAddresses > = {
240
247
[ ChainId . MAINNET ] : MAINNET_ADDRESSES ,
241
248
[ ChainId . OPTIMISM ] : OPTIMISM_ADDRESSES ,
@@ -256,8 +263,9 @@ export const CHAIN_TO_ADDRESSES_MAP: Record<SupportedChainsType, ChainAddresses>
256
263
[ ChainId . BASE_GOERLI ] : BASE_GOERLI_ADDRESSES ,
257
264
[ ChainId . ZORA ] : ZORA_ADDRESSES ,
258
265
[ ChainId . ZORA_SEPOLIA ] : ZORA_SEPOLIA_ADDRESSES ,
259
- [ ChainId . ROOTSTOCK ] : ROOTSTOCK_ADDRESSES ,
266
+ // [ChainId.ROOTSTOCK]: ROOTSTOCK_ADDRESSES,
260
267
[ ChainId . BLAST ] : BLAST_ADDRESSES ,
268
+ [ ChainId . BITLAYER_TESTNET ] : BITLAYER_TESTNET_ADDRESSES ,
261
269
}
262
270
263
271
/* V3 Contract Addresses */
0 commit comments