@snapshot-labs/snapshot.js 0.14.14 → 0.14.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.14.14",
3
+ "version": "0.14.16",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
package/src/networks.json CHANGED
@@ -1033,20 +1033,6 @@
1033
1033
  "start": 4219343,
1034
1034
  "logo": "ipfs://QmXkneyRB6HbHTHRLCZpZqSsawiyJY7b2kZ2V8ydvKYAgv"
1035
1035
  },
1036
- "2192": {
1037
- "key": "2192",
1038
- "name": "SnaxChain",
1039
- "shortName": "mainnet",
1040
- "chainId": 2192,
1041
- "network": "mainnet",
1042
- "multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
1043
- "rpc": [],
1044
- "explorer": {
1045
- "url": "https://explorer.snaxchain.io"
1046
- },
1047
- "start": 1554893,
1048
- "logo": "ipfs://bafkreibzz757piho2llzkbiszpvalf5k5hpmxcwhvrmgp7vpz2vp4vj7ly"
1049
- },
1050
1036
  "2221": {
1051
1037
  "key": "2221",
1052
1038
  "name": "Kava Testnet",
@@ -1905,7 +1891,7 @@
1905
1891
  "0x8FADE66B79cC9f707aB26799354482EB93a5B7dD"
1906
1892
  ],
1907
1893
  "ensNameWrapper": "0x0635513f179D50A207757E05759CbD106d7dFcE8",
1908
- "ensSubgraph": "https://subgrapher.snapshot.org/subgraph/arbitrum/DmMXLtMZnGbQXASJ7p1jfzLUbBYnYUD9zNBTxpkjHYXV",
1894
+ "ensSubgraph": "https://subgrapher.snapshot.org/subgraph/arbitrum/CA5t8ep58QKXBdLrjJHaREETHpCsy63kro9Eem6zBQAD",
1909
1895
  "explorer": {
1910
1896
  "url": "https://sepolia.etherscan.io",
1911
1897
  "apiUrl": "https://api-sepolia.etherscan.io"
@@ -2065,4 +2051,4 @@
2065
2051
  "start": 7,
2066
2052
  "logo": "ipfs://bafkreihbjafyh7eud7r6e5743esaamifcttsvbspfwcrfoc5ykodjdi67m"
2067
2053
  }
2068
- }
2054
+ }
@@ -271,7 +271,10 @@
271
271
  "anyOf": [
272
272
  { "const": "compound-governor", "title": "Compound governor" },
273
273
  { "const": "split-delegation", "title": "Split Delegation" },
274
- { "const": "apechain-delegate-registry", "title": "ApeChain Delegate Registry" }
274
+ {
275
+ "const": "apechain-delegate-registry",
276
+ "title": "ApeChain Delegate Registry"
277
+ }
275
278
  ]
276
279
  },
277
280
  "delegationContract": {
@@ -422,10 +425,10 @@
422
425
  "type": "array",
423
426
  "maxItems": 10,
424
427
  "uniqueItems": true,
425
- "items":{
428
+ "items": {
426
429
  "type": "object",
427
430
  "properties": {
428
- "id":{
431
+ "id": {
429
432
  "type": "string",
430
433
  "title": "Id",
431
434
  "minLength": 1,
@@ -497,13 +500,13 @@
497
500
  "type": "string",
498
501
  "format": "color"
499
502
  },
500
- "border_color" : {
503
+ "border_color": {
501
504
  "type": "string",
502
505
  "format": "color"
503
506
  },
504
- "heading_color" : {
507
+ "heading_color": {
505
508
  "type": "string",
506
- "format": "color"
509
+ "format": "color"
507
510
  },
508
511
  "primary_color": {
509
512
  "type": "string",