From a26db4ebb5bf5575abbbcd445f6759f5448dbc33 Mon Sep 17 00:00:00 2001 From: Benjamin B <7598058+BBlackwo@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:07:28 +1000 Subject: [PATCH] Remove ftx exchange from spotbit.config --- spotbit.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotbit.config b/spotbit.config index 6e27afd..d4f2892 100644 --- a/spotbit.config +++ b/spotbit.config @@ -4,7 +4,7 @@ # debug = True # exchanges: Exchanges to use for data collection. If this is not set, then Spotbit will use all supported exchanges. There are more than 100 exchanges supported. -exchanges = ["liquid", "gemini", "phemex", "bitstamp", "ftx", "binance"] +exchanges = ["liquid", "gemini", "phemex", "bitstamp", "binance"] # currencies: Currencies to collect data for in the Spotbit database. If a currency is supported by an exchange, then data can be collected for it. Currencies should be lowercase three letter currency codes, eg usd gpy cny jpy eur. If no currencies are listed then Spotbit will collect for usd only. currencies = ["usd", "gbp", "jpy", "usdt", "eur"]