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

View File

@@ -108,7 +108,6 @@ def ask_user_config() -> Dict[str, Any]:
"choices": [
"binance",
"binanceus",
"bittrex",
"gate",
"huobi",
"kraken",

View File

@@ -52,7 +52,6 @@ MAP_EXCHANGE_CHILDCLASS = {
SUPPORTED_EXCHANGES = [
'binance',
'bittrex',
'gate',
'huobi',
'kraken',