We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f710df commit f77d09aCopy full SHA for f77d09a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@snapshot-labs/snapshot.js",
3
- "version": "0.10.0",
+ "version": "0.10.1",
4
"repository": "snapshot-labs/snapshot.js",
5
"license": "MIT",
6
"main": "dist/snapshot.cjs.js",
src/schemas/update-proposal.json
@@ -20,7 +20,10 @@
20
"type": "string",
21
"title": "body",
22
"minLength": 0,
23
- "maxLength": 20000
+ "maxLengthWithSpaceType": {
24
+ "default": 10000,
25
+ "turbo": 20000
26
+ }
27
},
28
"discussion": {
29
0 commit comments