mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 01:53:05 +00:00
chore: temporarily disable htx due to certificate issues
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user