@snapshot-labs/snapshot.js 0.12.17 → 0.12.18

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/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.18",
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",