Skip to content

Commit

Permalink
Add new network Immutable zkEVM - 13371 (#997)
Browse files Browse the repository at this point in the history
Co-authored-by: ChaituVR <ChaituVR@users.noreply.github.com>
Co-authored-by: Chaitanya <yourchaitu@gmail.com>
  • Loading branch information
3 people committed May 24, 2024
1 parent 9049c67 commit 858c41c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.11.23",
"version": "0.11.24",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
14 changes: 14 additions & 0 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,20 @@
"logo": "ipfs://QmaKRLxXPdeTsLx7MFLS3CJbhpSbResgoeL4fCgHB1mTsF",
"testnet": true
},
"13371": {
"key": "13371",
"name": "Immutable zkEVM",
"shortName": "mainnet",
"chainId": 13371,
"network": "mainnet",
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
"rpc": [],
"explorer": {
"url": "https://explorer.immutable.com"
},
"start": 3680945,
"logo": "ipfs://bafkreiepnhfv3hgexddjpyaeemxo3byhtxxit6t4zsponyczee6ddjqxwi"
},
"13473": {
"key": "13473",
"name": "Immutable zkEVM Testnet",
Expand Down

0 comments on commit 858c41c

Please sign in to comment.