Update supported exchanges, add mapping

This commit is contained in:
Matthias
2024-01-20 17:07:42 +01:00
parent 5b1cda9236
commit ff95adb2eb
+2 -1
View File
@@ -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',
] ]