From 5a24292d34603f33907deb4065f3e9372a0a2cc3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 17 Dec 2024 19:30:58 +0100 Subject: [PATCH] chore: update config_schema --- build_helpers/schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_helpers/schema.json b/build_helpers/schema.json index 73c06ba46..72c9131ce 100644 --- a/build_helpers/schema.json +++ b/build_helpers/schema.json @@ -13,6 +13,10 @@ "description": "The timeframe to use (e.g `1m`, `5m`, `15m`, `30m`, `1h` ...). \nUsually specified in the strategy and missing in the configuration.", "type": "string" }, + "proxy_coin": { + "description": "Proxy coin - must be used for specific futures modes (e.g. BNFCR)", + "type": "string" + }, "stake_currency": { "description": "Currency used for staking.", "type": "string"