@snapshot-labs/snapshot.js 0.12.29 → 0.12.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.
@@ -810,6 +810,7 @@ declare const _default: {
810
810
  "42161": string;
811
811
  "59144": string;
812
812
  "81457": string;
813
+ "84532": string;
813
814
  "11155111": string;
814
815
  };
815
816
  };
@@ -9,6 +9,7 @@ export declare const SNAPSHOT_SUBGRAPH_URL: {
9
9
  "42161": string;
10
10
  "59144": string;
11
11
  "81457": string;
12
+ "84532": string;
12
13
  "11155111": string;
13
14
  };
14
15
  type Delegation = {
@@ -88,6 +88,7 @@ declare const _default: {
88
88
  "42161": string;
89
89
  "59144": string;
90
90
  "81457": string;
91
+ "84532": string;
91
92
  "11155111": string;
92
93
  };
93
94
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.12.29",
3
+ "version": "0.12.32",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
@@ -9,5 +9,6 @@
9
9
  "42161": "https://subgrapher.snapshot.org/delegation/42161",
10
10
  "59144": "https://subgrapher.snapshot.org/delegation/59144",
11
11
  "81457": "https://subgrapher.snapshot.org/delegation/81457",
12
+ "84532": "https://subgrapher.snapshot.org/delegation/84532",
12
13
  "11155111": "https://subgrapher.snapshot.org/delegation/11155111"
13
14
  }