@snapshot-labs/snapshot.js 0.11.10 → 0.11.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.
- package/dist/index.d.ts +6 -1
- package/dist/schemas/index.d.ts +6 -1
- package/dist/snapshot.cjs.js +18 -1
- package/dist/snapshot.esm.js +18 -1
- package/dist/snapshot.min.js +2 -2
- package/package.json +1 -1
- package/src/networks.json +8 -1
- package/src/schemas/space.json +6 -1
package/package.json
CHANGED
package/src/networks.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41"
|
|
11
11
|
],
|
|
12
12
|
"ensNameWrapper": "0xD4416b13d2b3a9aBae7AcD5D6C2BbDBE25686401",
|
|
13
|
+
"ensSubgraph": "https://api.thegraph.com/subgraphs/name/ensdomains/ens",
|
|
13
14
|
"rpc": [
|
|
14
15
|
"https://rpc.ankr.com/eth",
|
|
15
16
|
{
|
|
@@ -48,6 +49,7 @@
|
|
|
48
49
|
"0x4B1488B7a6B320d2D721406204aBc3eeAa9AD329"
|
|
49
50
|
],
|
|
50
51
|
"ensNameWrapper": "0x114D4603199df73e7D157787f8778E21fCd13066",
|
|
52
|
+
"ensSubgraph": "https://api.thegraph.com/subgraphs/name/ensdomains/ensgoerli",
|
|
51
53
|
"rpc": [
|
|
52
54
|
"https://eth-goerli.alchemyapi.io/v2/v4nqH_J-J3STit45Mm07TxuYexMHQsYZ"
|
|
53
55
|
],
|
|
@@ -1376,6 +1378,11 @@
|
|
|
1376
1378
|
"rpc": [
|
|
1377
1379
|
"https://sepolia.infura.io/v3/d26b4fd748814fe994b05899fd89e667"
|
|
1378
1380
|
],
|
|
1381
|
+
"ensResolvers": [
|
|
1382
|
+
"0x8FADE66B79cC9f707aB26799354482EB93a5B7dD"
|
|
1383
|
+
],
|
|
1384
|
+
"ensNameWrapper": "0x0635513f179D50A207757E05759CbD106d7dFcE8",
|
|
1385
|
+
"ensSubgraph": "https://api.studio.thegraph.com/proxy/49574/enssepolia/version/latest",
|
|
1379
1386
|
"explorer": {
|
|
1380
1387
|
"url": "https://sepolia.etherscan.io",
|
|
1381
1388
|
"apiUrl": "https://api-sepolia.etherscan.io"
|
|
@@ -1453,4 +1460,4 @@
|
|
|
1453
1460
|
"start": 7521509,
|
|
1454
1461
|
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
|
|
1455
1462
|
}
|
|
1456
|
-
}
|
|
1463
|
+
}
|
package/src/schemas/space.json
CHANGED
|
@@ -304,6 +304,10 @@
|
|
|
304
304
|
"type": "number",
|
|
305
305
|
"minimum": 0
|
|
306
306
|
},
|
|
307
|
+
"quorumType": {
|
|
308
|
+
"type": "string",
|
|
309
|
+
"enum": ["optimistic"]
|
|
310
|
+
},
|
|
307
311
|
"blind": {
|
|
308
312
|
"type": "boolean"
|
|
309
313
|
},
|
|
@@ -384,13 +388,14 @@
|
|
|
384
388
|
"boost": {
|
|
385
389
|
"type": "object",
|
|
386
390
|
"properties": {
|
|
387
|
-
"
|
|
391
|
+
"enabled": {
|
|
388
392
|
"type": "boolean"
|
|
389
393
|
},
|
|
390
394
|
"bribeEnabled": {
|
|
391
395
|
"type": "boolean"
|
|
392
396
|
}
|
|
393
397
|
},
|
|
398
|
+
"required": ["enabled", "bribeEnabled"],
|
|
394
399
|
"additionalProperties": false
|
|
395
400
|
}
|
|
396
401
|
},
|