@snapshot-labs/snapshot.js 0.11.18 → 0.11.20
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/index.d.ts +1 -0
- package/dist/schemas/index.d.ts +1 -0
- package/dist/snapshot.cjs.js +12 -11
- package/dist/snapshot.esm.js +12 -11
- package/dist/snapshot.min.js +3 -3
- package/package.json +1 -1
- package/src/delegationSubgraphs.json +9 -9
- package/src/schemas/space.json +3 -2
package/dist/index.d.ts
CHANGED
package/dist/schemas/index.d.ts
CHANGED
package/dist/snapshot.cjs.js
CHANGED
|
@@ -994,11 +994,12 @@ var definitions = {
|
|
|
994
994
|
},
|
|
995
995
|
children: {
|
|
996
996
|
type: "array",
|
|
997
|
-
maxItems:
|
|
997
|
+
maxItems: 16,
|
|
998
998
|
title: "children",
|
|
999
999
|
items: {
|
|
1000
1000
|
type: "string"
|
|
1001
|
-
}
|
|
1001
|
+
},
|
|
1002
|
+
uniqueItems: true
|
|
1002
1003
|
},
|
|
1003
1004
|
boost: {
|
|
1004
1005
|
type: "object",
|
|
@@ -3529,15 +3530,15 @@ var voting = {
|
|
|
3529
3530
|
};
|
|
3530
3531
|
|
|
3531
3532
|
var delegationSubgraphs = {
|
|
3532
|
-
"1": "https://subgrapher.snapshot.org/
|
|
3533
|
-
"5": "https://subgrapher.snapshot.org/
|
|
3534
|
-
"10": "https://subgrapher.snapshot.org/
|
|
3535
|
-
"56": "https://subgrapher.snapshot.org/
|
|
3536
|
-
"100": "https://subgrapher.snapshot.org/
|
|
3537
|
-
"137": "https://subgrapher.snapshot.org/
|
|
3538
|
-
"250": "https://subgrapher.snapshot.org/
|
|
3539
|
-
"42161": "https://subgrapher.snapshot.org/
|
|
3540
|
-
"11155111": "https://subgrapher.snapshot.org/
|
|
3533
|
+
"1": "https://subgrapher.snapshot.org/delegation/1",
|
|
3534
|
+
"5": "https://subgrapher.snapshot.org/delegation/5",
|
|
3535
|
+
"10": "https://subgrapher.snapshot.org/delegation/10",
|
|
3536
|
+
"56": "https://subgrapher.snapshot.org/delegation/56",
|
|
3537
|
+
"100": "https://subgrapher.snapshot.org/delegation/100",
|
|
3538
|
+
"137": "https://subgrapher.snapshot.org/delegation/137",
|
|
3539
|
+
"250": "https://subgrapher.snapshot.org/delegation/250",
|
|
3540
|
+
"42161": "https://subgrapher.snapshot.org/delegation/42161",
|
|
3541
|
+
"11155111": "https://subgrapher.snapshot.org/delegation/11155111"
|
|
3541
3542
|
};
|
|
3542
3543
|
|
|
3543
3544
|
var SNAPSHOT_SUBGRAPH_URL = delegationSubgraphs;
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -984,11 +984,12 @@ var definitions = {
|
|
|
984
984
|
},
|
|
985
985
|
children: {
|
|
986
986
|
type: "array",
|
|
987
|
-
maxItems:
|
|
987
|
+
maxItems: 16,
|
|
988
988
|
title: "children",
|
|
989
989
|
items: {
|
|
990
990
|
type: "string"
|
|
991
|
-
}
|
|
991
|
+
},
|
|
992
|
+
uniqueItems: true
|
|
992
993
|
},
|
|
993
994
|
boost: {
|
|
994
995
|
type: "object",
|
|
@@ -3519,15 +3520,15 @@ var voting = {
|
|
|
3519
3520
|
};
|
|
3520
3521
|
|
|
3521
3522
|
var delegationSubgraphs = {
|
|
3522
|
-
"1": "https://subgrapher.snapshot.org/
|
|
3523
|
-
"5": "https://subgrapher.snapshot.org/
|
|
3524
|
-
"10": "https://subgrapher.snapshot.org/
|
|
3525
|
-
"56": "https://subgrapher.snapshot.org/
|
|
3526
|
-
"100": "https://subgrapher.snapshot.org/
|
|
3527
|
-
"137": "https://subgrapher.snapshot.org/
|
|
3528
|
-
"250": "https://subgrapher.snapshot.org/
|
|
3529
|
-
"42161": "https://subgrapher.snapshot.org/
|
|
3530
|
-
"11155111": "https://subgrapher.snapshot.org/
|
|
3523
|
+
"1": "https://subgrapher.snapshot.org/delegation/1",
|
|
3524
|
+
"5": "https://subgrapher.snapshot.org/delegation/5",
|
|
3525
|
+
"10": "https://subgrapher.snapshot.org/delegation/10",
|
|
3526
|
+
"56": "https://subgrapher.snapshot.org/delegation/56",
|
|
3527
|
+
"100": "https://subgrapher.snapshot.org/delegation/100",
|
|
3528
|
+
"137": "https://subgrapher.snapshot.org/delegation/137",
|
|
3529
|
+
"250": "https://subgrapher.snapshot.org/delegation/250",
|
|
3530
|
+
"42161": "https://subgrapher.snapshot.org/delegation/42161",
|
|
3531
|
+
"11155111": "https://subgrapher.snapshot.org/delegation/11155111"
|
|
3531
3532
|
};
|
|
3532
3533
|
|
|
3533
3534
|
var SNAPSHOT_SUBGRAPH_URL = delegationSubgraphs;
|