Skip to content

Commit

Permalink
update req fields in config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
adityajirafe committed Mar 6, 2024
1 parent f7d6e72 commit 3b65b1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,12 @@
},
"perp_pool_banners": {
"type": "array",
"description": "List of blacklisted token denoms",
"description": "List of perp pool banners",
"items": {
"type": "object",
"required": [
"perp_pool_id",
"title",
"subtext"
"title"
],
"properties": {
"perp_pool_id": {
Expand Down

0 comments on commit 3b65b1c

Please sign in to comment.