Skip to content

Commit d8da789

Browse files
Add new network Merlin - 4200 (#967)
Co-authored-by: ChaituVR <[email protected]>
1 parent c5b99bf commit d8da789

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.11.4",
3+
"version": "0.11.5",
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
@@ -901,6 +901,20 @@
901901
"start": 57500,
902902
"logo": "ipfs://bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe"
903903
},
904+
"4200": {
905+
"key": "4200",
906+
"name": "Merlin",
907+
"shortName": "merlin",
908+
"chainId": 4200,
909+
"network": "mainnet",
910+
"multicall": "0x830E7E548F4D80947a40A7Cf3a2a53166a0C3980",
911+
"rpc": [],
912+
"explorer": {
913+
"url": "https://scan.merlinchain.io"
914+
},
915+
"start": 589494,
916+
"logo": "ipfs://bafkreicew2qv3m756m7xs2nrjezinghps7rlessrqjqetvox74w4hov2xe"
917+
},
904918
"4337": {
905919
"key": "4337",
906920
"name": "Beam",
@@ -1397,4 +1411,4 @@
13971411
"start": 7521509,
13981412
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
13991413
}
1400-
}
1414+
}

0 commit comments

Comments
 (0)