@snapshot-labs/snapshot.js 0.14.14 → 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 +1 -1
- package/dist/snapshot.esm.js +1 -1
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/networks.json +2 -2
- package/src/schemas/space.json +9 -6
package/package.json
CHANGED
package/src/networks.json
CHANGED
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
"0x8FADE66B79cC9f707aB26799354482EB93a5B7dD"
|
|
1906
1906
|
],
|
|
1907
1907
|
"ensNameWrapper": "0x0635513f179D50A207757E05759CbD106d7dFcE8",
|
|
1908
|
-
"ensSubgraph": "https://subgrapher.snapshot.org/subgraph/arbitrum/
|
|
1908
|
+
"ensSubgraph": "https://subgrapher.snapshot.org/subgraph/arbitrum/CA5t8ep58QKXBdLrjJHaREETHpCsy63kro9Eem6zBQAD",
|
|
1909
1909
|
"explorer": {
|
|
1910
1910
|
"url": "https://sepolia.etherscan.io",
|
|
1911
1911
|
"apiUrl": "https://api-sepolia.etherscan.io"
|
|
@@ -2065,4 +2065,4 @@
|
|
|
2065
2065
|
"start": 7,
|
|
2066
2066
|
"logo": "ipfs://bafkreihbjafyh7eud7r6e5743esaamifcttsvbspfwcrfoc5ykodjdi67m"
|
|
2067
2067
|
}
|
|
2068
|
-
}
|
|
2068
|
+
}
|
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",
|