@snapshot-labs/snapshot.js 0.11.16 → 0.11.18
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 +3 -2
- package/dist/snapshot.esm.js +3 -2
- package/dist/snapshot.min.js +2 -2
- package/dist/utils/delegation.d.ts +1 -0
- package/dist/utils.d.ts +1 -0
- package/package.json +1 -1
- package/src/delegationSubgraphs.json +2 -1
- package/src/schemas/space.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/snapshot.cjs.js
CHANGED
|
@@ -909,7 +909,7 @@ var definitions = {
|
|
|
909
909
|
quorumType: {
|
|
910
910
|
type: "string",
|
|
911
911
|
"enum": [
|
|
912
|
-
"
|
|
912
|
+
"rejection"
|
|
913
913
|
]
|
|
914
914
|
},
|
|
915
915
|
blind: {
|
|
@@ -3536,7 +3536,8 @@ var delegationSubgraphs = {
|
|
|
3536
3536
|
"100": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-gnosis-chain",
|
|
3537
3537
|
"137": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-polygon",
|
|
3538
3538
|
"250": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-fantom",
|
|
3539
|
-
"42161": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-arbitrum"
|
|
3539
|
+
"42161": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-arbitrum",
|
|
3540
|
+
"11155111": "https://subgrapher.snapshot.org/gateway-arbitrum.network.thegraph.com/api/0f15b42bdeff7a063a4e1757d7e2f99e/subgraphs/id/2SZVRR6G8txMFtf39aw2aP7BTAawRVwgqHeQXMhr7BRJ"
|
|
3540
3541
|
};
|
|
3541
3542
|
|
|
3542
3543
|
var SNAPSHOT_SUBGRAPH_URL = delegationSubgraphs;
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -899,7 +899,7 @@ var definitions = {
|
|
|
899
899
|
quorumType: {
|
|
900
900
|
type: "string",
|
|
901
901
|
"enum": [
|
|
902
|
-
"
|
|
902
|
+
"rejection"
|
|
903
903
|
]
|
|
904
904
|
},
|
|
905
905
|
blind: {
|
|
@@ -3526,7 +3526,8 @@ var delegationSubgraphs = {
|
|
|
3526
3526
|
"100": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-gnosis-chain",
|
|
3527
3527
|
"137": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-polygon",
|
|
3528
3528
|
"250": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-fantom",
|
|
3529
|
-
"42161": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-arbitrum"
|
|
3529
|
+
"42161": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-arbitrum",
|
|
3530
|
+
"11155111": "https://subgrapher.snapshot.org/gateway-arbitrum.network.thegraph.com/api/0f15b42bdeff7a063a4e1757d7e2f99e/subgraphs/id/2SZVRR6G8txMFtf39aw2aP7BTAawRVwgqHeQXMhr7BRJ"
|
|
3530
3531
|
};
|
|
3531
3532
|
|
|
3532
3533
|
var SNAPSHOT_SUBGRAPH_URL = delegationSubgraphs;
|