@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.
package/dist/src/index.d.ts
CHANGED
package/package.json
CHANGED
package/src/networks.json
CHANGED
|
@@ -1280,14 +1280,15 @@
|
|
|
1280
1280
|
"name": "Curtis",
|
|
1281
1281
|
"shortName": "apechain",
|
|
1282
1282
|
"chainId": 33111,
|
|
1283
|
-
"network": "
|
|
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",
|
package/src/schemas/space.json
CHANGED
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
},
|
|
396
396
|
"labels": {
|
|
397
397
|
"type": "array",
|
|
398
|
-
"maxItems":
|
|
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", "
|
|
426
|
+
"required": ["id", "name", "color"],
|
|
428
427
|
"additionalProperties": false
|
|
429
428
|
}
|
|
430
429
|
},
|