Skip to content

Commit

Permalink
feat: increase app max length (#1077)
Browse files Browse the repository at this point in the history
* feat: increase app max length

* Update package.json

---------

Co-authored-by: Chaitanya <[email protected]>
  • Loading branch information
wa0x6e and ChaituVR authored Oct 17, 2024
1 parent 66f5c33 commit 8ac51b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.27",
"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 @@ -83,7 +83,7 @@
"app": {
"type": "string",
"title": "app",
"maxLength": 24
"maxLength": 128
}
},
"required": ["name", "body", "choices", "snapshot", "start", "end"],
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/vote.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"app": {
"type": "string",
"title": "app",
"maxLength": 24
"maxLength": 128
}
},
"required": [
Expand Down

0 comments on commit 8ac51b9

Please sign in to comment.