Skip to content

Commit f27a363

Browse files
Add new network ShimmerEVM - 148 (#901)
Co-authored-by: ChaituVR <[email protected]>
1 parent 561e9ab commit f27a363

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
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.5.9",
3+
"version": "0.5.10",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,20 @@
717717
"start": 360030,
718718
"logo": "ipfs://bafkreid6pm3mic7izp3a6zlfwhhe7etd276bjfsq2xash6a4s2vmcdf65a"
719719
},
720+
"148": {
721+
"key": "148",
722+
"name": "ShimmerEVM",
723+
"shortName": "ShimmerEVM",
724+
"chainId": 148,
725+
"network": "mainnet",
726+
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
727+
"rpc": [],
728+
"explorer": {
729+
"url": "https://explorer.evm.shimmer.network/"
730+
},
731+
"start": 1290,
732+
"logo": "ipfs://bafkreib4xhbgbhrwkmizp4d4nz3wzbpyhdm6wpz2v2pbkk7jxsgg3hdt74"
733+
},
720734
"188": {
721735
"key": "188",
722736
"name": "Bytom Sidechain",
@@ -2440,4 +2454,4 @@
24402454
"start": 7282345,
24412455
"logo": "ipfs://QmRHB9TqMdVHY392vYiv8sTJ7VHShkq5FT6nS9fPuUNBf1"
24422456
}
2443-
}
2457+
}

0 commit comments

Comments
 (0)