Skip to content

Commit

Permalink
Merge pull request #104 from BBlackwo/patch-1
Browse files Browse the repository at this point in the history
Remove ftx exchange from spotbit.config
  • Loading branch information
nochiel authored Aug 30, 2023
2 parents f08167e + a26db4e commit 65bca1b
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 65bca1b

Please sign in to comment.