Skip to content

Commit

Permalink
Increase proposal max choices to 500 (snapshot-labs#775)
Browse files Browse the repository at this point in the history
* Increase proposal max choices to 500

* Update package.json
  • Loading branch information
ChaituVR committed Feb 2, 2023
1 parent ee48d9e commit 0ed28de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.60",
"version": "0.4.61",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/proposal.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "array",
"title": "choices",
"minItems": 1,
"maxItems": 300
"maxItems": 500
},
"type": {
"type": "string",
Expand Down

0 comments on commit 0ed28de

Please sign in to comment.