Remove bittrex from code for suppored exchanges

This commit is contained in:
Matthias
2023-11-21 06:38:30 +01:00
parent 047dac7b7d
commit 3619247123
2 changed files with 0 additions and 2 deletions
@@ -108,7 +108,6 @@ def ask_user_config() -> Dict[str, Any]:
"choices": [ "choices": [
"binance", "binance",
"binanceus", "binanceus",
"bittrex",
"gate", "gate",
"huobi", "huobi",
"kraken", "kraken",
-1
View File
@@ -52,7 +52,6 @@ MAP_EXCHANGE_CHILDCLASS = {
SUPPORTED_EXCHANGES = [ SUPPORTED_EXCHANGES = [
'binance', 'binance',
'bittrex',
'gate', 'gate',
'huobi', 'huobi',
'kraken', 'kraken',