Skip to content

Commit

Permalink
Merge branch 'master' into fabien/copeland
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Jan 30, 2025
2 parents 69f4706 + 333d5bb commit 8d3c2ab
Show file tree
Hide file tree
Showing 15 changed files with 430 additions and 79 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.12.32",
"version": "0.12.44",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand All @@ -24,7 +24,7 @@
"cross-fetch": "^3.1.6",
"json-to-graphql-query": "^2.2.4",
"lodash.set": "^4.3.2",
"starknet": "^5.24.3"
"starknet": "^5.19.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/addNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const network = {
multicall,
rpc: [],
explorer: {
url: explorer
url: explorer.replace(/\/$/, '')
},
start: parseInt(start, 10),
logo: `ipfs://${logo}`
Expand Down
1 change: 1 addition & 0 deletions src/delegationSubgraphs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"56": "https://subgrapher.snapshot.org/delegation/56",
"100": "https://subgrapher.snapshot.org/delegation/100",
"137": "https://subgrapher.snapshot.org/delegation/137",
"146": "https://subgrapher.snapshot.org/delegation/146",
"250": "https://subgrapher.snapshot.org/delegation/250",
"8453": "https://subgrapher.snapshot.org/delegation/8453",
"42161": "https://subgrapher.snapshot.org/delegation/42161",
Expand Down
Loading

0 comments on commit 8d3c2ab

Please sign in to comment.