From 37088cfb393d225c856bc9102aa44d9e7530f5bb Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 4 Oct 2018 20:34:48 +0200 Subject: [PATCH] add to constants --- freqtrade/constants.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index eadfa6eba..12f10d3b9 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -164,7 +164,9 @@ CONF_SCHEMA = { }, 'uniqueItems': True }, - 'outdated_offset': {'type': 'integer', 'minimum': 1} + 'outdated_offset': {'type': 'integer', 'minimum': 1}, + 'ccxt_config': {'type': 'object'}, + 'ccxt_async_config': {'type': 'object'} }, 'required': ['name', 'key', 'secret', 'pair_whitelist'] }