Skip to content

Commit 74cd272

Browse files
authored
fix: update ENS sepolia subgraph url (#1058)
* fix: update ENS sepolia subgraph url * chore: bump version
1 parent 032ff8b commit 74cd272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.12.12",
3+
"version": "0.12.13",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@
15571557
"0x8FADE66B79cC9f707aB26799354482EB93a5B7dD"
15581558
],
15591559
"ensNameWrapper": "0x0635513f179D50A207757E05759CbD106d7dFcE8",
1560-
"ensSubgraph": "https://api.studio.thegraph.com/proxy/49574/enssepolia/version/latest",
1560+
"ensSubgraph": "https://subgrapher.snapshot.org/subgraph/arbitrum/DmMXLtMZnGbQXASJ7p1jfzLUbBYnYUD9zNBTxpkjHYXV",
15611561
"explorer": {
15621562
"url": "https://sepolia.etherscan.io",
15631563
"apiUrl": "https://api-sepolia.etherscan.io"

0 commit comments

Comments
 (0)