@snapshot-labs/snapshot.js 0.14.13 → 0.14.15
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 +34 -3
- package/dist/snapshot.esm.js +34 -3
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/networks.json +32 -3
- package/src/schemas/space.json +9 -6
package/package.json
CHANGED
package/src/networks.json
CHANGED
|
@@ -1332,7 +1332,7 @@
|
|
|
1332
1332
|
"url": "https://basescan.org"
|
|
1333
1333
|
},
|
|
1334
1334
|
"start": 5022,
|
|
1335
|
-
"logo": "ipfs://
|
|
1335
|
+
"logo": "ipfs://bafkreid4ek4gnj6ccxl3yubwj2wr3d5t6dqelvvh4hv5wo5eldkqs725ri"
|
|
1336
1336
|
},
|
|
1337
1337
|
"9001": {
|
|
1338
1338
|
"key": "9001",
|
|
@@ -1769,7 +1769,36 @@
|
|
|
1769
1769
|
"url": "https://base-sepolia.blockscout.com"
|
|
1770
1770
|
},
|
|
1771
1771
|
"start": 1059647,
|
|
1772
|
-
"logo": "ipfs://
|
|
1772
|
+
"logo": "ipfs://bafkreid4ek4gnj6ccxl3yubwj2wr3d5t6dqelvvh4hv5wo5eldkqs725ri",
|
|
1773
|
+
"testnet": true
|
|
1774
|
+
},
|
|
1775
|
+
"88811": {
|
|
1776
|
+
"key": "88811",
|
|
1777
|
+
"name": "Unit Zero",
|
|
1778
|
+
"shortName": "mainnet",
|
|
1779
|
+
"chainId": 88811,
|
|
1780
|
+
"network": "mainnet",
|
|
1781
|
+
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
1782
|
+
"rpc": [],
|
|
1783
|
+
"explorer": {
|
|
1784
|
+
"url": "https://explorer.unit0.dev"
|
|
1785
|
+
},
|
|
1786
|
+
"start": 9727,
|
|
1787
|
+
"logo": "ipfs://bafkreihbmy3rqlammea35nniemipxrwcgitzkiahs6nlrfjunnvgfnakp4"
|
|
1788
|
+
},
|
|
1789
|
+
"88817": {
|
|
1790
|
+
"key": "88817",
|
|
1791
|
+
"name": "Unit Zero testnet",
|
|
1792
|
+
"shortName": "testnet",
|
|
1793
|
+
"chainId": 88817,
|
|
1794
|
+
"network": "testnet",
|
|
1795
|
+
"multicall": "0x017181efb3bDB325C17800799b33Ae80B395024c",
|
|
1796
|
+
"rpc": [],
|
|
1797
|
+
"explorer": {
|
|
1798
|
+
"url": "https://explorer-testnet.unit0.dev"
|
|
1799
|
+
},
|
|
1800
|
+
"start": 3973744,
|
|
1801
|
+
"logo": "ipfs://bafkreihbmy3rqlammea35nniemipxrwcgitzkiahs6nlrfjunnvgfnakp4",
|
|
1773
1802
|
"testnet": true
|
|
1774
1803
|
},
|
|
1775
1804
|
"314159": {
|
|
@@ -1876,7 +1905,7 @@
|
|
|
1876
1905
|
"0x8FADE66B79cC9f707aB26799354482EB93a5B7dD"
|
|
1877
1906
|
],
|
|
1878
1907
|
"ensNameWrapper": "0x0635513f179D50A207757E05759CbD106d7dFcE8",
|
|
1879
|
-
"ensSubgraph": "https://subgrapher.snapshot.org/subgraph/arbitrum/
|
|
1908
|
+
"ensSubgraph": "https://subgrapher.snapshot.org/subgraph/arbitrum/CA5t8ep58QKXBdLrjJHaREETHpCsy63kro9Eem6zBQAD",
|
|
1880
1909
|
"explorer": {
|
|
1881
1910
|
"url": "https://sepolia.etherscan.io",
|
|
1882
1911
|
"apiUrl": "https://api-sepolia.etherscan.io"
|
package/src/schemas/space.json
CHANGED
|
@@ -271,7 +271,10 @@
|
|
|
271
271
|
"anyOf": [
|
|
272
272
|
{ "const": "compound-governor", "title": "Compound governor" },
|
|
273
273
|
{ "const": "split-delegation", "title": "Split Delegation" },
|
|
274
|
-
{
|
|
274
|
+
{
|
|
275
|
+
"const": "apechain-delegate-registry",
|
|
276
|
+
"title": "ApeChain Delegate Registry"
|
|
277
|
+
}
|
|
275
278
|
]
|
|
276
279
|
},
|
|
277
280
|
"delegationContract": {
|
|
@@ -422,10 +425,10 @@
|
|
|
422
425
|
"type": "array",
|
|
423
426
|
"maxItems": 10,
|
|
424
427
|
"uniqueItems": true,
|
|
425
|
-
"items":{
|
|
428
|
+
"items": {
|
|
426
429
|
"type": "object",
|
|
427
430
|
"properties": {
|
|
428
|
-
"id":{
|
|
431
|
+
"id": {
|
|
429
432
|
"type": "string",
|
|
430
433
|
"title": "Id",
|
|
431
434
|
"minLength": 1,
|
|
@@ -497,13 +500,13 @@
|
|
|
497
500
|
"type": "string",
|
|
498
501
|
"format": "color"
|
|
499
502
|
},
|
|
500
|
-
"border_color"
|
|
503
|
+
"border_color": {
|
|
501
504
|
"type": "string",
|
|
502
505
|
"format": "color"
|
|
503
506
|
},
|
|
504
|
-
"heading_color"
|
|
507
|
+
"heading_color": {
|
|
505
508
|
"type": "string",
|
|
506
|
-
|
|
509
|
+
"format": "color"
|
|
507
510
|
},
|
|
508
511
|
"primary_color": {
|
|
509
512
|
"type": "string",
|