@snapshot-labs/snapshot.js 0.12.8 → 0.12.10

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.
@@ -44,6 +44,12 @@ declare const _default: {
44
44
  format: string;
45
45
  maxLength: number;
46
46
  };
47
+ cover: {
48
+ type: string;
49
+ title: string;
50
+ format: string;
51
+ maxLength: number;
52
+ };
47
53
  location: {
48
54
  type: string;
49
55
  title: string;
@@ -725,6 +731,7 @@ declare const _default: {
725
731
  "250": string;
726
732
  "8453": string;
727
733
  "42161": string;
734
+ "59144": string;
728
735
  "11155111": string;
729
736
  };
730
737
  };
@@ -40,6 +40,12 @@ declare const _default: {
40
40
  format: string;
41
41
  maxLength: number;
42
42
  };
43
+ cover: {
44
+ type: string;
45
+ title: string;
46
+ format: string;
47
+ maxLength: number;
48
+ };
43
49
  location: {
44
50
  type: string;
45
51
  title: string;
@@ -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.10",
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
  }
@@ -40,7 +40,13 @@
40
40
  "avatar": {
41
41
  "type": "string",
42
42
  "title": "avatar",
43
- "format": "uri",
43
+ "format": "customUrl",
44
+ "maxLength": 256
45
+ },
46
+ "cover": {
47
+ "type": "string",
48
+ "title": "avatar",
49
+ "format": "customUrl",
44
50
  "maxLength": 256
45
51
  },
46
52
  "location": {