diff --git a/package.json b/package.json index 1ba3c62ef..7b66467d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@snapshot-labs/snapshot.js", - "version": "0.12.27", + "version": "0.12.28", "repository": "snapshot-labs/snapshot.js", "license": "MIT", "main": "dist/snapshot.cjs.js", diff --git a/src/schemas/proposal.json b/src/schemas/proposal.json index 7a916fb58..8a0fb9421 100644 --- a/src/schemas/proposal.json +++ b/src/schemas/proposal.json @@ -83,7 +83,7 @@ "app": { "type": "string", "title": "app", - "maxLength": 128 + "maxLength": 24 } }, "required": ["name", "body", "choices", "snapshot", "start", "end"], diff --git a/src/schemas/vote.json b/src/schemas/vote.json index 80d95d531..9758180c0 100644 --- a/src/schemas/vote.json +++ b/src/schemas/vote.json @@ -32,7 +32,7 @@ "app": { "type": "string", "title": "app", - "maxLength": 128 + "maxLength": 24 } }, "required": [