@snapshot-labs/snapshot.js 0.11.11 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.11.11",
3
+ "version": "0.11.12",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
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
+ }