@snapshot-labs/snapshot.js 0.11.4 → 0.11.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/snapshot.cjs.js +15 -0
- package/dist/snapshot.esm.js +15 -0
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/networks.json +15 -1
package/package.json
CHANGED
package/src/networks.json
CHANGED
|
@@ -901,6 +901,20 @@
|
|
|
901
901
|
"start": 57500,
|
|
902
902
|
"logo": "ipfs://bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe"
|
|
903
903
|
},
|
|
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
|
+
},
|
|
904
918
|
"4337": {
|
|
905
919
|
"key": "4337",
|
|
906
920
|
"name": "Beam",
|
|
@@ -1397,4 +1411,4 @@
|
|
|
1397
1411
|
"start": 7521509,
|
|
1398
1412
|
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
|
|
1399
1413
|
}
|
|
1400
|
-
}
|
|
1414
|
+
}
|