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 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

View File

@@ -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",