mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-13 19:31:15 +00:00
Merge branch 'develop' into fix/okx-price-type-mapping
This commit is contained in:
@@ -7,7 +7,7 @@ ft-pandas-ta==0.3.16
|
|||||||
ta-lib==0.6.8
|
ta-lib==0.6.8
|
||||||
technical==1.5.3
|
technical==1.5.3
|
||||||
|
|
||||||
ccxt==4.5.22
|
ccxt==4.5.24
|
||||||
cryptography==46.0.3
|
cryptography==46.0.3
|
||||||
aiohttp==3.13.2
|
aiohttp==3.13.2
|
||||||
SQLAlchemy==2.0.44
|
SQLAlchemy==2.0.44
|
||||||
|
|||||||
@@ -515,7 +515,8 @@ EXCHANGES = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
"hyperliquid": {
|
"hyperliquid": {
|
||||||
"pair": "UBTC/USDC",
|
# TODO: Should be UBTC/USDC - probably needs a fix in ccxt
|
||||||
|
"pair": "BTC/USDC",
|
||||||
"stake_currency": "USDC",
|
"stake_currency": "USDC",
|
||||||
"hasQuoteVolume": False,
|
"hasQuoteVolume": False,
|
||||||
"timeframe": "30m",
|
"timeframe": "30m",
|
||||||
|
|||||||
Reference in New Issue
Block a user