Skip to content

Commit 858c41c

Browse files
Add new network Immutable zkEVM - 13371 (#997)
Co-authored-by: ChaituVR <[email protected]> Co-authored-by: Chaitanya <[email protected]>
1 parent 9049c67 commit 858c41c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
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.11.23",
3+
"version": "0.11.24",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,20 @@
11251125
"logo": "ipfs://QmaKRLxXPdeTsLx7MFLS3CJbhpSbResgoeL4fCgHB1mTsF",
11261126
"testnet": true
11271127
},
1128+
"13371": {
1129+
"key": "13371",
1130+
"name": "Immutable zkEVM",
1131+
"shortName": "mainnet",
1132+
"chainId": 13371,
1133+
"network": "mainnet",
1134+
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
1135+
"rpc": [],
1136+
"explorer": {
1137+
"url": "https://explorer.immutable.com"
1138+
},
1139+
"start": 3680945,
1140+
"logo": "ipfs://bafkreiepnhfv3hgexddjpyaeemxo3byhtxxit6t4zsponyczee6ddjqxwi"
1141+
},
11281142
"13473": {
11291143
"key": "13473",
11301144
"name": "Immutable zkEVM Testnet",

0 commit comments

Comments
 (0)