Skip to content

Commit

Permalink
Add boost to settings schema
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Mar 14, 2024
1 parent 0a69ff0 commit dd9d559
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,18 @@
"items": {
"type": "string"
}
},
"boost": {
"type": "object",
"properties": {
"disabled": {
"type": "boolean"
},
"bribeEnabled": {
"type": "boolean"
}
},
"additionalProperties": false
}
},
"required": ["name", "network", "symbol", "strategies"],
Expand Down

0 comments on commit dd9d559

Please sign in to comment.