@snapshot-labs/snapshot.js 0.11.31 → 0.11.32
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 +0 -1
- package/dist/snapshot.cjs.js +1 -2
- package/dist/snapshot.esm.js +1 -2
- package/dist/snapshot.min.js +1 -1
- package/dist/utils/delegation.d.ts +0 -1
- package/dist/utils.d.ts +0 -1
- package/package.json +1 -1
- package/src/delegationSubgraphs.json +0 -1
- package/src/networks.json +2 -2
package/dist/index.d.ts
CHANGED
package/dist/snapshot.cjs.js
CHANGED
|
@@ -1672,7 +1672,7 @@ var networks = {
|
|
|
1672
1672
|
"0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41"
|
|
1673
1673
|
],
|
|
1674
1674
|
ensNameWrapper: "0xD4416b13d2b3a9aBae7AcD5D6C2BbDBE25686401",
|
|
1675
|
-
ensSubgraph: "https://
|
|
1675
|
+
ensSubgraph: "https://subgrapher.snapshot.org/subgraph/arbitrum/5XqPmWe6gjyrJtFn9cLy237i4cWw2j9HcUJEXsP5qGtH",
|
|
1676
1676
|
rpc: [
|
|
1677
1677
|
"https://rpc.ankr.com/eth",
|
|
1678
1678
|
{
|
|
@@ -3685,7 +3685,6 @@ var voting = {
|
|
|
3685
3685
|
|
|
3686
3686
|
var delegationSubgraphs = {
|
|
3687
3687
|
"1": "https://subgrapher.snapshot.org/delegation/1",
|
|
3688
|
-
"5": "https://subgrapher.snapshot.org/delegation/5",
|
|
3689
3688
|
"10": "https://subgrapher.snapshot.org/delegation/10",
|
|
3690
3689
|
"56": "https://subgrapher.snapshot.org/delegation/56",
|
|
3691
3690
|
"100": "https://subgrapher.snapshot.org/delegation/100",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -1662,7 +1662,7 @@ var networks = {
|
|
|
1662
1662
|
"0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41"
|
|
1663
1663
|
],
|
|
1664
1664
|
ensNameWrapper: "0xD4416b13d2b3a9aBae7AcD5D6C2BbDBE25686401",
|
|
1665
|
-
ensSubgraph: "https://
|
|
1665
|
+
ensSubgraph: "https://subgrapher.snapshot.org/subgraph/arbitrum/5XqPmWe6gjyrJtFn9cLy237i4cWw2j9HcUJEXsP5qGtH",
|
|
1666
1666
|
rpc: [
|
|
1667
1667
|
"https://rpc.ankr.com/eth",
|
|
1668
1668
|
{
|
|
@@ -3675,7 +3675,6 @@ var voting = {
|
|
|
3675
3675
|
|
|
3676
3676
|
var delegationSubgraphs = {
|
|
3677
3677
|
"1": "https://subgrapher.snapshot.org/delegation/1",
|
|
3678
|
-
"5": "https://subgrapher.snapshot.org/delegation/5",
|
|
3679
3678
|
"10": "https://subgrapher.snapshot.org/delegation/10",
|
|
3680
3679
|
"56": "https://subgrapher.snapshot.org/delegation/56",
|
|
3681
3680
|
"100": "https://subgrapher.snapshot.org/delegation/100",
|