Merge branch 'develop' into fix/okx-price-type-mapping

This commit is contained in:
Matthias
2025-12-04 07:02:27 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ ft-pandas-ta==0.3.16
ta-lib==0.6.8
technical==1.5.3
ccxt==4.5.22
ccxt==4.5.24
cryptography==46.0.3
aiohttp==3.13.2
SQLAlchemy==2.0.44

View File

@@ -515,7 +515,8 @@ EXCHANGES = {
],
},
"hyperliquid": {
"pair": "UBTC/USDC",
# TODO: Should be UBTC/USDC - probably needs a fix in ccxt
"pair": "BTC/USDC",
"stake_currency": "USDC",
"hasQuoteVolume": False,
"timeframe": "30m",