Skip to content

Commit 1d2e113

Browse files
authored
Increase turbo chars limit (#986)
* Increase turbo chars limit * v0.11.16
1 parent 36dc993 commit 1d2e113

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

src/schemas/proposal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"minLength": 0,
1919
"maxLengthWithSpaceType": {
2020
"default": 10000,
21-
"turbo": 20000
21+
"turbo": 40000
2222
}
2323
},
2424
"discussion": {

0 commit comments

Comments
 (0)