Extract supported Exchanges to exchange.common
This commit is contained in:
@@ -39,6 +39,15 @@ MAP_EXCHANGE_CHILDCLASS = {
|
||||
'okex': 'okx',
|
||||
}
|
||||
|
||||
SUPPORTED_EXCHANGES = [
|
||||
'binance',
|
||||
'bittrex',
|
||||
'ftx',
|
||||
'gateio',
|
||||
'huobi',
|
||||
'kraken',
|
||||
'okx',
|
||||
]
|
||||
|
||||
EXCHANGE_HAS_REQUIRED = [
|
||||
# Required / private
|
||||
|
Reference in New Issue
Block a user