mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update supported exchanges, add mapping
This commit is contained in:
parent
5b1cda9236
commit
ff95adb2eb
|
@ -48,13 +48,14 @@ MAP_EXCHANGE_CHILDCLASS = {
|
|||
'binanceusdm': 'binance',
|
||||
'okex': 'okx',
|
||||
'gateio': 'gate',
|
||||
'htx': 'huboi',
|
||||
}
|
||||
|
||||
SUPPORTED_EXCHANGES = [
|
||||
'binance',
|
||||
'bitmart',
|
||||
'gate',
|
||||
'huobi',
|
||||
'htx',
|
||||
'kraken',
|
||||
'okx',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user