chore: temporarily disable htx due to certificate issues

pull/12082/head
Matthias 9 months ago
parent 9774c51a97
commit e4e11be331

@ -415,13 +415,14 @@ EXCHANGES = {
"timeframe": "1h",
"candle_count": 1000,
},
"htx": {
"pair": "ETH/BTC",
"stake_currency": "BTC",
"hasQuoteVolume": True,
"timeframe": "1h",
"candle_count": 1000,
},
# TODO: reenable htx once certificates work again
# "htx": {
# "pair": "ETH/BTC",
# "stake_currency": "BTC",
# "hasQuoteVolume": True,
# "timeframe": "1h",
# "candle_count": 1000,
# },
"bitvavo": {
"pair": "BTC/EUR",
"stake_currency": "EUR",

Loading…
Cancel
Save