Skip to content

Commit

Permalink
Merge branch 'master' into add-quorum-type
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Mar 15, 2024
2 parents f49dc2a + c508180 commit 099ad99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.11.10",
"version": "0.11.11",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
3 changes: 2 additions & 1 deletion src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,13 +388,14 @@
"boost": {
"type": "object",
"properties": {
"disabled": {
"enabled": {
"type": "boolean"
},
"bribeEnabled": {
"type": "boolean"
}
},
"required": ["enabled", "bribeEnabled"],
"additionalProperties": false
}
},
Expand Down

0 comments on commit 099ad99

Please sign in to comment.