Skip to content

Commit 40ea2a3

Browse files
authored
fix: Add linea subgraph url (#1054)
* fix: Add linea subgraph url * v0.12.9
1 parent 9b39eb7 commit 40ea2a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

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

src/delegationSubgraphs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"250": "https://subgrapher.snapshot.org/delegation/250",
88
"8453": "https://subgrapher.snapshot.org/delegation/8453",
99
"42161": "https://subgrapher.snapshot.org/delegation/42161",
10+
"59144": "https://subgrapher.snapshot.org/delegation/59144",
1011
"11155111": "https://subgrapher.snapshot.org/delegation/11155111"
1112
}

0 commit comments

Comments
 (0)