Skip to content

Commit

Permalink
fix: Change ENS subgraph URL and remove goerli delegation subgraph (#…
Browse files Browse the repository at this point in the history
…1021)

* fix: Change ENS subgraph URL and remove goerli delegation subgraph

* v0.11.32
  • Loading branch information
ChaituVR authored Jun 11, 2024
1 parent d7b88d6 commit 211c448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.11.31",
"version": "0.11.32",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
1 change: 0 additions & 1 deletion src/delegationSubgraphs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"1": "https://subgrapher.snapshot.org/delegation/1",
"5": "https://subgrapher.snapshot.org/delegation/5",
"10": "https://subgrapher.snapshot.org/delegation/10",
"56": "https://subgrapher.snapshot.org/delegation/56",
"100": "https://subgrapher.snapshot.org/delegation/100",
Expand Down
4 changes: 2 additions & 2 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"0x4976fb03C32e5B8cfe2b6cCB31c09Ba78EBaBa41"
],
"ensNameWrapper": "0xD4416b13d2b3a9aBae7AcD5D6C2BbDBE25686401",
"ensSubgraph": "https://api.thegraph.com/subgraphs/name/ensdomains/ens",
"ensSubgraph": "https://subgrapher.snapshot.org/subgraph/arbitrum/5XqPmWe6gjyrJtFn9cLy237i4cWw2j9HcUJEXsP5qGtH",
"rpc": [
"https://rpc.ankr.com/eth",
{
Expand Down Expand Up @@ -1578,4 +1578,4 @@
"start": 7521509,
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
}
}
}

0 comments on commit 211c448

Please sign in to comment.