@snapshot-labs/snapshot.js 0.12.15 → 0.12.16

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.
@@ -269,6 +269,14 @@ declare const _default: {
269
269
  description: string;
270
270
  examples: string[];
271
271
  };
272
+ delegationNetwork: {
273
+ type: string;
274
+ snapshotNetwork: boolean;
275
+ title: string;
276
+ minLength: number;
277
+ maxLength: number;
278
+ description: string;
279
+ };
272
280
  delegationApi: {
273
281
  type: string;
274
282
  format: string;
@@ -265,6 +265,14 @@ declare const _default: {
265
265
  description: string;
266
266
  examples: string[];
267
267
  };
268
+ delegationNetwork: {
269
+ type: string;
270
+ snapshotNetwork: boolean;
271
+ title: string;
272
+ minLength: number;
273
+ maxLength: number;
274
+ description: string;
275
+ };
268
276
  delegationApi: {
269
277
  type: string;
270
278
  format: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.12.15",
3
+ "version": "0.12.16",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
@@ -269,6 +269,14 @@
269
269
  "description": "The address of your delegation contract",
270
270
  "examples": ["0x3901D0fDe202aF1427216b79f5243f8A022d68cf"]
271
271
  },
272
+ "delegationNetwork": {
273
+ "type": "string",
274
+ "snapshotNetwork": true,
275
+ "title": "Delegation network",
276
+ "minLength": 1,
277
+ "maxLength": 32,
278
+ "description": "The network of your delegation contract"
279
+ },
272
280
  "delegationApi": {
273
281
  "type": "string",
274
282
  "format": "uri",