Skip to content

Commit 6f5254d

Browse files
authored
fix: Update multicall for mumbai network (#912)
* fix: Update multicall for mumbai network * v0.7.2
1 parent 2a13d16 commit 6f5254d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@
22202220
"chainId": 80001,
22212221
"network": "testnet",
22222222
"testnet": true,
2223-
"multicall": "0x08411ADd0b5AA8ee47563b146743C13b3556c9Cc",
2223+
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
22242224
"rpc": [
22252225
"https://speedy-nodes-nyc.moralis.io/9e03baabdc27be2a35bdec4a/polygon/mumbai/archive",
22262226
"https://rpc-mumbai.matic.today"
@@ -2468,4 +2468,4 @@
24682468
"start": 7282345,
24692469
"logo": "ipfs://QmRHB9TqMdVHY392vYiv8sTJ7VHShkq5FT6nS9fPuUNBf1"
24702470
}
2471-
}
2471+
}

0 commit comments

Comments
 (0)