@snapshot-labs/snapshot.js 0.11.32 → 0.11.33
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 +48 -1
- package/dist/snapshot.esm.js +48 -1
- package/dist/snapshot.min.js +3 -3
- package/package.json +1 -1
- package/src/networks.json +45 -1
- package/src/schemas/space.json +1 -1
package/package.json
CHANGED
package/src/networks.json
CHANGED
|
@@ -782,6 +782,21 @@
|
|
|
782
782
|
"start": 859041,
|
|
783
783
|
"logo": "ipfs://QmeGbNTU2Jqwg8qLTMGW8n8HSi2VdgCncAaeGzLx6gYnD7"
|
|
784
784
|
},
|
|
785
|
+
"1328": {
|
|
786
|
+
"key": "1328",
|
|
787
|
+
"name": "Sei atlantic testnet",
|
|
788
|
+
"shortName": "testnet",
|
|
789
|
+
"chainId": 1328,
|
|
790
|
+
"network": "testnet",
|
|
791
|
+
"multicall": "0xc454132B017b55b427f45078E335549A7124f5f7",
|
|
792
|
+
"rpc": [],
|
|
793
|
+
"explorer": {
|
|
794
|
+
"url": "https://seitrace.com"
|
|
795
|
+
},
|
|
796
|
+
"start": 96978658,
|
|
797
|
+
"logo": "ipfs://bafkreiammyt7uztbztqbcqv4bydnczsh2fqmnjf6jxj4xnskzzl6sjrigq",
|
|
798
|
+
"testnet": true
|
|
799
|
+
},
|
|
785
800
|
"1329": {
|
|
786
801
|
"key": "1329",
|
|
787
802
|
"name": "Sei",
|
|
@@ -1440,6 +1455,35 @@
|
|
|
1440
1455
|
"logo": "ipfs://bafkreiammyt7uztbztqbcqv4bydnczsh2fqmnjf6jxj4xnskzzl6sjrigq",
|
|
1441
1456
|
"testnet": true
|
|
1442
1457
|
},
|
|
1458
|
+
"810181": {
|
|
1459
|
+
"key": "810181",
|
|
1460
|
+
"name": "zkLink Nova Sepolia",
|
|
1461
|
+
"shortName": "testnet",
|
|
1462
|
+
"chainId": 810181,
|
|
1463
|
+
"network": "testnet",
|
|
1464
|
+
"multicall": "0x97148F8fDdd9A1620f72EC1Bb2932916623d9da5",
|
|
1465
|
+
"rpc": [],
|
|
1466
|
+
"explorer": {
|
|
1467
|
+
"url": "https://sepolia.explorer.zklink.io/"
|
|
1468
|
+
},
|
|
1469
|
+
"start": 43723,
|
|
1470
|
+
"logo": "ipfs://bafkreic6c3iems5235qapyhyrygha7akqrsfact2nok3y2uhljpzxrdu74",
|
|
1471
|
+
"testnet": true
|
|
1472
|
+
},
|
|
1473
|
+
"810180": {
|
|
1474
|
+
"key": "810180",
|
|
1475
|
+
"name": "zkLink Nova",
|
|
1476
|
+
"shortName": "zlink",
|
|
1477
|
+
"chainId": 810180,
|
|
1478
|
+
"network": "mainnet",
|
|
1479
|
+
"multicall": "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5",
|
|
1480
|
+
"rpc": [],
|
|
1481
|
+
"explorer": {
|
|
1482
|
+
"url": "https://explorer.zklink.io"
|
|
1483
|
+
},
|
|
1484
|
+
"start": 146055,
|
|
1485
|
+
"logo": "ipfs://bafkreic6c3iems5235qapyhyrygha7akqrsfact2nok3y2uhljpzxrdu74"
|
|
1486
|
+
},
|
|
1443
1487
|
"11155111": {
|
|
1444
1488
|
"key": "11155111",
|
|
1445
1489
|
"name": "Sepolia testnet",
|
|
@@ -1578,4 +1622,4 @@
|
|
|
1578
1622
|
"start": 7521509,
|
|
1579
1623
|
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
|
|
1580
1624
|
}
|
|
1581
|
-
}
|
|
1625
|
+
}
|
package/src/schemas/space.json
CHANGED
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"title": "Delegation API",
|
|
266
266
|
"description": "The URL of your delegation API (e.g a subgraph)",
|
|
267
267
|
"examples": [
|
|
268
|
-
"https://
|
|
268
|
+
"https://subgrapher.snapshot.org/subgraph/arbitrum/FTzC6VrZd8JhJgWfTJnwWgH1Z1dS3GxaosKkRbCqkZAZ"
|
|
269
269
|
]
|
|
270
270
|
}
|
|
271
271
|
},
|