@snapshot-labs/snapshot.js 0.12.17 → 0.12.19

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.
@@ -404,7 +404,6 @@ declare const _default: {
404
404
  description: {
405
405
  type: string;
406
406
  title: string;
407
- minLength: number;
408
407
  maxLength: number;
409
408
  };
410
409
  color: {
@@ -400,7 +400,6 @@ declare const _default: {
400
400
  description: {
401
401
  type: string;
402
402
  title: string;
403
- minLength: number;
404
403
  maxLength: number;
405
404
  };
406
405
  color: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.12.17",
3
+ "version": "0.12.19",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
package/src/networks.json CHANGED
@@ -1280,14 +1280,15 @@
1280
1280
  "name": "Curtis",
1281
1281
  "shortName": "apechain",
1282
1282
  "chainId": 33111,
1283
- "network": "mainnet",
1283
+ "network": "testnet",
1284
1284
  "multicall": "0xc454132B017b55b427f45078E335549A7124f5f7",
1285
1285
  "rpc": [],
1286
1286
  "explorer": {
1287
1287
  "url": "https://explorer.curtis.apechain.com"
1288
1288
  },
1289
1289
  "start": 6661339,
1290
- "logo": "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu"
1290
+ "logo": "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu",
1291
+ "testnet": true
1291
1292
  },
1292
1293
  "33139": {
1293
1294
  "key": "33139",
@@ -395,7 +395,7 @@
395
395
  },
396
396
  "labels": {
397
397
  "type": "array",
398
- "maxItems": 100,
398
+ "maxItems": 10,
399
399
  "uniqueItems": true,
400
400
  "items":{
401
401
  "type": "object",
@@ -415,7 +415,6 @@
415
415
  "description": {
416
416
  "type": "string",
417
417
  "title": "Description",
418
- "minLength": 1,
419
418
  "maxLength": 100
420
419
  },
421
420
  "color": {
@@ -424,7 +423,7 @@
424
423
  "format": "color"
425
424
  }
426
425
  },
427
- "required": ["id", "name", "description", "color"],
426
+ "required": ["id", "name", "color"],
428
427
  "additionalProperties": false
429
428
  }
430
429
  },