Skip to content

Commit e6e14ab

Browse files
committed
Merge branch 'develop' into fix/okx-price-type-mapping
2 parents 606dbe5 + a63ea6a commit e6e14ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ft-pandas-ta==0.3.16
77
ta-lib==0.6.8
88
technical==1.5.3
99

10-
ccxt==4.5.22
10+
ccxt==4.5.24
1111
cryptography==46.0.3
1212
aiohttp==3.13.2
1313
SQLAlchemy==2.0.44

tests/exchange_online/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,8 @@
515515
],
516516
},
517517
"hyperliquid": {
518-
"pair": "UBTC/USDC",
518+
# TODO: Should be UBTC/USDC - probably needs a fix in ccxt
519+
"pair": "BTC/USDC",
519520
"stake_currency": "USDC",
520521
"hasQuoteVolume": False,
521522
"timeframe": "30m",

0 commit comments

Comments
 (0)