@snapshot-labs/snapshot.js 0.11.17 → 0.11.19
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/snapshot.cjs.js +9 -8
- package/dist/snapshot.esm.js +9 -8
- package/dist/snapshot.min.js +3 -3
- package/dist/utils/delegation.d.ts +1 -0
- package/dist/utils.d.ts +1 -0
- package/package.json +1 -1
- package/src/delegationSubgraphs.json +9 -8
package/dist/index.d.ts
CHANGED
package/dist/snapshot.cjs.js
CHANGED
|
@@ -3529,14 +3529,15 @@ var voting = {
|
|
|
3529
3529
|
};
|
|
3530
3530
|
|
|
3531
3531
|
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/
|
|
3532
|
+
"1": "https://subgrapher.snapshot.org/delegation/1",
|
|
3533
|
+
"5": "https://subgrapher.snapshot.org/delegation/5",
|
|
3534
|
+
"10": "https://subgrapher.snapshot.org/delegation/10",
|
|
3535
|
+
"56": "https://subgrapher.snapshot.org/delegation/56",
|
|
3536
|
+
"100": "https://subgrapher.snapshot.org/delegation/100",
|
|
3537
|
+
"137": "https://subgrapher.snapshot.org/delegation/137",
|
|
3538
|
+
"250": "https://subgrapher.snapshot.org/delegation/250",
|
|
3539
|
+
"42161": "https://subgrapher.snapshot.org/delegation/42161",
|
|
3540
|
+
"11155111": "https://subgrapher.snapshot.org/delegation/11155111"
|
|
3540
3541
|
};
|
|
3541
3542
|
|
|
3542
3543
|
var SNAPSHOT_SUBGRAPH_URL = delegationSubgraphs;
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -3519,14 +3519,15 @@ var voting = {
|
|
|
3519
3519
|
};
|
|
3520
3520
|
|
|
3521
3521
|
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/
|
|
3522
|
+
"1": "https://subgrapher.snapshot.org/delegation/1",
|
|
3523
|
+
"5": "https://subgrapher.snapshot.org/delegation/5",
|
|
3524
|
+
"10": "https://subgrapher.snapshot.org/delegation/10",
|
|
3525
|
+
"56": "https://subgrapher.snapshot.org/delegation/56",
|
|
3526
|
+
"100": "https://subgrapher.snapshot.org/delegation/100",
|
|
3527
|
+
"137": "https://subgrapher.snapshot.org/delegation/137",
|
|
3528
|
+
"250": "https://subgrapher.snapshot.org/delegation/250",
|
|
3529
|
+
"42161": "https://subgrapher.snapshot.org/delegation/42161",
|
|
3530
|
+
"11155111": "https://subgrapher.snapshot.org/delegation/11155111"
|
|
3530
3531
|
};
|
|
3531
3532
|
|
|
3532
3533
|
var SNAPSHOT_SUBGRAPH_URL = delegationSubgraphs;
|