Skip to content

Commit 315c45f

Browse files
samuvethChaituVR
andauthored
Add boost to settings schema (#975)
* Add boost to settings schema * v0.11.10 --------- Co-authored-by: Chaitanya <[email protected]>
1 parent 0a69ff0 commit 315c45f

File tree

2 files changed

+13
-1
lines changed

2 files changed

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

src/schemas/space.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,18 @@
380380
"items": {
381381
"type": "string"
382382
}
383+
},
384+
"boost": {
385+
"type": "object",
386+
"properties": {
387+
"disabled": {
388+
"type": "boolean"
389+
},
390+
"bribeEnabled": {
391+
"type": "boolean"
392+
}
393+
},
394+
"additionalProperties": false
383395
}
384396
},
385397
"required": ["name", "network", "symbol", "strategies"],

0 commit comments

Comments
 (0)