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 4aaecf4 commit c508180Copy full SHA for c508180
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@snapshot-labs/snapshot.js",
3
- "version": "0.11.10",
+ "version": "0.11.11",
4
"repository": "snapshot-labs/snapshot.js",
5
"license": "MIT",
6
"main": "dist/snapshot.cjs.js",
src/schemas/space.json
@@ -384,14 +384,14 @@
384
"boost": {
385
"type": "object",
386
"properties": {
387
- "disabled": {
+ "enabled": {
388
"type": "boolean"
389
},
390
"bribeEnabled": {
391
392
}
393
394
- "required": ["disabled", "bribeEnabled"],
+ "required": ["enabled", "bribeEnabled"],
395
"additionalProperties": false
396
397
0 commit comments