@snapshot-labs/snapshot.js 0.7.7 → 0.7.8
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 +16 -0
- package/dist/snapshot.esm.js +16 -0
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/networks.json +15 -0
package/package.json
CHANGED
package/src/networks.json
CHANGED
|
@@ -1923,6 +1923,21 @@
|
|
|
1923
1923
|
"start": 79516,
|
|
1924
1924
|
"logo": "ipfs://QmTogMDLmDgJjDjUKDHDuc2KVTVDbXf8bXJLFiVe8PRxgo"
|
|
1925
1925
|
},
|
|
1926
|
+
"13337": {
|
|
1927
|
+
"key": "13337",
|
|
1928
|
+
"name": "Beam Testnet",
|
|
1929
|
+
"shortName": "testnet",
|
|
1930
|
+
"chainId": 13337,
|
|
1931
|
+
"network": "testnet",
|
|
1932
|
+
"multicall": "0x9BF49b704EE2A095b95c1f2D4EB9010510c41C9E",
|
|
1933
|
+
"rpc": [],
|
|
1934
|
+
"explorer": {
|
|
1935
|
+
"url": "https://subnets-test.avax.network/beam/"
|
|
1936
|
+
},
|
|
1937
|
+
"start": 3,
|
|
1938
|
+
"logo": "ipfs://QmaKRLxXPdeTsLx7MFLS3CJbhpSbResgoeL4fCgHB1mTsF",
|
|
1939
|
+
"testnet": true
|
|
1940
|
+
},
|
|
1926
1941
|
"16718": {
|
|
1927
1942
|
"key": "16718",
|
|
1928
1943
|
"name": "AirDAO Mainnet",
|