Update supported exchanges, add mapping
This commit is contained in:
@@ -48,13 +48,14 @@ MAP_EXCHANGE_CHILDCLASS = {
|
|||||||
'binanceusdm': 'binance',
|
'binanceusdm': 'binance',
|
||||||
'okex': 'okx',
|
'okex': 'okx',
|
||||||
'gateio': 'gate',
|
'gateio': 'gate',
|
||||||
|
'htx': 'huboi',
|
||||||
}
|
}
|
||||||
|
|
||||||
SUPPORTED_EXCHANGES = [
|
SUPPORTED_EXCHANGES = [
|
||||||
'binance',
|
'binance',
|
||||||
'bitmart',
|
'bitmart',
|
||||||
'gate',
|
'gate',
|
||||||
'huobi',
|
'htx',
|
||||||
'kraken',
|
'kraken',
|
||||||
'okx',
|
'okx',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user