Skip to content

Commit 4daa631

Browse files
authored
fix: Update subgrapher delegation URLs (#991)
* fix: Update subgrapher delegation URLs * Update package.json
1 parent 83bbe4e commit 4daa631

File tree

2 files changed

+10
-10
lines changed

2 files changed

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

src/delegationSubgraphs.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"1": "https://subgrapher.snapshot.org/gateway-arbitrum.network.thegraph.com/api/0f15b42bdeff7a063a4e1757d7e2f99e/subgraphs/id/4YgtogVaqoM8CErHWDK8mKQ825BcVdKB8vBYmb4avAQo",
3-
"5": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-goerli",
4-
"10": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-optimism",
5-
"56": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-binance-smart-chain",
6-
"100": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-gnosis-chain",
7-
"137": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-polygon",
8-
"250": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-fantom",
9-
"42161": "https://subgrapher.snapshot.org/api.thegraph.com/subgraphs/name/snapshot-labs/snapshot-arbitrum",
10-
"11155111": "https://subgrapher.snapshot.org/gateway-arbitrum.network.thegraph.com/api/0f15b42bdeff7a063a4e1757d7e2f99e/subgraphs/id/2SZVRR6G8txMFtf39aw2aP7BTAawRVwgqHeQXMhr7BRJ"
2+
"1": "https://subgrapher.snapshot.org/delegation/1",
3+
"5": "https://subgrapher.snapshot.org/delegation/5",
4+
"10": "https://subgrapher.snapshot.org/delegation/10",
5+
"56": "https://subgrapher.snapshot.org/delegation/56",
6+
"100": "https://subgrapher.snapshot.org/delegation/100",
7+
"137": "https://subgrapher.snapshot.org/delegation/137",
8+
"250": "https://subgrapher.snapshot.org/delegation/250",
9+
"42161": "https://subgrapher.snapshot.org/delegation/42161",
10+
"11155111": "https://subgrapher.snapshot.org/delegation/11155111"
1111
}

0 commit comments

Comments
 (0)