@snapshot-labs/snapshot.js 0.12.8 → 0.12.9

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.
@@ -725,6 +725,7 @@ declare const _default: {
725
725
  "250": string;
726
726
  "8453": string;
727
727
  "42161": string;
728
+ "59144": string;
728
729
  "11155111": string;
729
730
  };
730
731
  };
@@ -7,6 +7,7 @@ export declare const SNAPSHOT_SUBGRAPH_URL: {
7
7
  "250": string;
8
8
  "8453": string;
9
9
  "42161": string;
10
+ "59144": string;
10
11
  "11155111": string;
11
12
  };
12
13
  type Delegation = {
@@ -86,6 +86,7 @@ declare const _default: {
86
86
  "250": string;
87
87
  "8453": string;
88
88
  "42161": string;
89
+ "59144": string;
89
90
  "11155111": string;
90
91
  };
91
92
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.12.8",
3
+ "version": "0.12.9",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
@@ -7,5 +7,6 @@
7
7
  "250": "https://subgrapher.snapshot.org/delegation/250",
8
8
  "8453": "https://subgrapher.snapshot.org/delegation/8453",
9
9
  "42161": "https://subgrapher.snapshot.org/delegation/42161",
10
+ "59144": "https://subgrapher.snapshot.org/delegation/59144",
10
11
  "11155111": "https://subgrapher.snapshot.org/delegation/11155111"
11
12
  }