Reimplement adjustment of ccxt 'has' with more generic ccxt_config class attribute
This commit is contained in:
@@ -17,5 +17,6 @@ class Bibox(Exchange):
|
||||
may still not work as expected.
|
||||
"""
|
||||
|
||||
# Adjust ccxt exchange API metadata info
|
||||
_ccxt_has: Dict = {"fetchCurrencies": False}
|
||||
# fetchCurrencies API point requires authentication for Bibox,
|
||||
# so switch it off for Freqtrade load_markets()
|
||||
_ccxt_config: Dict = {"has": {"fetchCurrencies": False}}
|
||||
|
||||
Reference in New Issue
Block a user