Skip to content

Commit

Permalink
Remove ftx exchange from spotbit.config
Browse files Browse the repository at this point in the history
  • Loading branch information
BBlackwo authored Aug 30, 2023
1 parent f08167e commit a26db4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbit.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a26db4e

Please sign in to comment.