@snapshot-labs/snapshot.js 0.12.10 → 0.12.12

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.
@@ -341,6 +341,7 @@ declare const _default: {
341
341
  treasuries: {
342
342
  type: string;
343
343
  maxItems: number;
344
+ uniqueItems: boolean;
344
345
  items: {
345
346
  type: string;
346
347
  properties: {
@@ -337,6 +337,7 @@ declare const _default: {
337
337
  treasuries: {
338
338
  type: string;
339
339
  maxItems: number;
340
+ uniqueItems: boolean;
340
341
  items: {
341
342
  type: string;
342
343
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.12.10",
3
+ "version": "0.12.12",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
package/src/networks.json CHANGED
@@ -1439,6 +1439,21 @@
1439
1439
  "start": 12011090,
1440
1440
  "logo": "ipfs://bafkreihgr7zy7vi5kqddybfaezwuhvssg57qluwmyan4qq7l57nr7w7wey"
1441
1441
  },
1442
+ "80002": {
1443
+ "key": "80002",
1444
+ "name": "Polygon Amoy Testnet",
1445
+ "shortName": "testnet",
1446
+ "chainId": 80002,
1447
+ "network": "testnet",
1448
+ "multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
1449
+ "rpc": [],
1450
+ "explorer": {
1451
+ "url": "https://amoy.polygonscan.com/"
1452
+ },
1453
+ "start": 3127388,
1454
+ "logo": "ipfs://bafkreibfiyvhqnme2vbxxfcku7qkxgjpkg6ywdkplxh4oxlkqsbznyorfm",
1455
+ "testnet": true
1456
+ },
1442
1457
  "81457": {
1443
1458
  "key": "81457",
1444
1459
  "name": "Blast",
@@ -1665,4 +1680,4 @@
1665
1680
  "start": 7521509,
1666
1681
  "logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
1667
1682
  }
1668
- }
1683
+ }
@@ -351,6 +351,7 @@
351
351
  "treasuries": {
352
352
  "type": "array",
353
353
  "maxItems": 10,
354
+ "uniqueItems": true,
354
355
  "items": {
355
356
  "type": "object",
356
357
  "properties": {