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
bonustrack authored Nov 26, 2024
2 parents c7e4ccf + 2c82f45 commit 69f4706
Show file tree
Hide file tree
Showing 5 changed files with 6 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.12.26",
"version": "0.12.32",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
1 change: 1 addition & 0 deletions src/delegationSubgraphs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"42161": "https://subgrapher.snapshot.org/delegation/42161",
"59144": "https://subgrapher.snapshot.org/delegation/59144",
"81457": "https://subgrapher.snapshot.org/delegation/81457",
"84532": "https://subgrapher.snapshot.org/delegation/84532",
"11155111": "https://subgrapher.snapshot.org/delegation/11155111"
}
1 change: 1 addition & 0 deletions src/gateways.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"ipfs.snapshot.box",
"snapshot.4everland.link",
"ipfs.io",
"ipfs.fleek.co",
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/proposal.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"app": {
"type": "string",
"title": "app",
"maxLength": 24
"maxLength": 128
}
},
"required": ["name", "body", "choices", "snapshot", "start", "end"],
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/vote.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"reason": {
"type": "string",
"title": "reason",
"maxLength": 1000
"maxLength": 5000
},
"app": {
"type": "string",
"title": "app",
"maxLength": 24
"maxLength": 128
}
},
"required": [
Expand Down

0 comments on commit 69f4706

Please sign in to comment.