Add official support for Kraken

This commit is contained in:
Matthias
2020-02-29 16:58:22 +01:00
parent 415f1dc25b
commit d7373be553
3 changed files with 7 additions and 3 deletions

View File

@@ -1023,7 +1023,7 @@ def is_exchange_known_ccxt(exchange_name: str, ccxt_module: CcxtModuleType = Non
def is_exchange_officially_supported(exchange_name: str) -> bool:
return exchange_name in ['bittrex', 'binance']
return exchange_name in ['bittrex', 'binance', 'kraken']
def ccxt_exchanges(ccxt_module: CcxtModuleType = None) -> List[str]: