Skip to content

Commit 65a962e

Browse files
committed
fix: fix rootstock multicall contract address
1 parent c1c9f64 commit 65a962e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/sdk-core/src/addresses.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ const ZORA_SEPOLIA_ADDRESSES: ChainAddresses = {
267267

268268
const ROOTSTOCK_ADDRESSES: ChainAddresses = {
269269
v3CoreFactoryAddress: '0xaF37EC98A00FD63689CF3060BF3B6784E00caD82',
270-
multicallAddress: '0x996a9858cDfa45Ad68E47c9A30a7201E29c6a386',
270+
multicallAddress: '0x354a8678253af60A993469B7Df948f6034B6f0f7',
271271
quoterAddress: '0xb51727c996C68E60F598A923a5006853cd2fEB31',
272272
v3MigratorAddress: '0x16678977CA4ec3DAD5efc7b15780295FE5f56162',
273273
nonfungiblePositionManagerAddress: '0x9d9386c042F194B460Ec424a1e57ACDE25f5C4b1',

0 commit comments

Comments
 (0)