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 c8a7b74 commit 600e6f7Copy full SHA for 600e6f7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@snapshot-labs/snapshot.js",
3
- "version": "0.11.16",
+ "version": "0.11.17",
4
"repository": "snapshot-labs/snapshot.js",
5
"license": "MIT",
6
"main": "dist/snapshot.cjs.js",
src/schemas/space.json
@@ -306,7 +306,7 @@
306
},
307
"quorumType": {
308
"type": "string",
309
- "enum": ["optimistic"]
+ "enum": ["rejection"]
310
311
"blind": {
312
"type": "boolean"
0 commit comments