Update supported exchanges, add mapping

This commit is contained in:
Matthias 2024-01-20 17:07:42 +01:00
parent 5b1cda9236
commit ff95adb2eb

View File

@ -48,13 +48,14 @@ MAP_EXCHANGE_CHILDCLASS = {
'binanceusdm': 'binance',
'okex': 'okx',
'gateio': 'gate',
'htx': 'huboi',
}
SUPPORTED_EXCHANGES = [
'binance',
'bitmart',
'gate',
'huobi',
'htx',
'kraken',
'okx',
]