Skip to content

Commit 092dd38

Browse files
authored
Add ens data for sepolia and add ens subgraph field (#980)
* feat: Add ens data for sepolia and add ens subgraph field * v0.11.12
1 parent 795ad8e commit 092dd38

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.11.11",
3+
"version": "0.11.12",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41"
1111
],
1212
"ensNameWrapper": "0xD4416b13d2b3a9aBae7AcD5D6C2BbDBE25686401",
13+
"ensSubgraph": "https://api.thegraph.com/subgraphs/name/ensdomains/ens",
1314
"rpc": [
1415
"https://rpc.ankr.com/eth",
1516
{
@@ -48,6 +49,7 @@
4849
"0x4B1488B7a6B320d2D721406204aBc3eeAa9AD329"
4950
],
5051
"ensNameWrapper": "0x114D4603199df73e7D157787f8778E21fCd13066",
52+
"ensSubgraph": "https://api.thegraph.com/subgraphs/name/ensdomains/ensgoerli",
5153
"rpc": [
5254
"https://eth-goerli.alchemyapi.io/v2/v4nqH_J-J3STit45Mm07TxuYexMHQsYZ"
5355
],
@@ -1376,6 +1378,11 @@
13761378
"rpc": [
13771379
"https://sepolia.infura.io/v3/d26b4fd748814fe994b05899fd89e667"
13781380
],
1381+
"ensResolvers": [
1382+
"0x8FADE66B79cC9f707aB26799354482EB93a5B7dD"
1383+
],
1384+
"ensNameWrapper": "0x0635513f179D50A207757E05759CbD106d7dFcE8",
1385+
"ensSubgraph": "https://api.studio.thegraph.com/proxy/49574/enssepolia/version/latest",
13791386
"explorer": {
13801387
"url": "https://sepolia.etherscan.io",
13811388
"apiUrl": "https://api-sepolia.etherscan.io"
@@ -1453,4 +1460,4 @@
14531460
"start": 7521509,
14541461
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
14551462
}
1456-
}
1463+
}

0 commit comments

Comments
 (0)