diff --git a/config.schema.json b/config.schema.json index b7d2933..185ef11 100644 --- a/config.schema.json +++ b/config.schema.json @@ -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": {