We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 606dbe5 + a63ea6a commit e6e14abCopy full SHA for e6e14ab
requirements.txt
@@ -7,7 +7,7 @@ ft-pandas-ta==0.3.16
7
ta-lib==0.6.8
8
technical==1.5.3
9
10
-ccxt==4.5.22
+ccxt==4.5.24
11
cryptography==46.0.3
12
aiohttp==3.13.2
13
SQLAlchemy==2.0.44
tests/exchange_online/conftest.py
@@ -515,7 +515,8 @@
515
],
516
},
517
"hyperliquid": {
518
- "pair": "UBTC/USDC",
+ # TODO: Should be UBTC/USDC - probably needs a fix in ccxt
519
+ "pair": "BTC/USDC",
520
"stake_currency": "USDC",
521
"hasQuoteVolume": False,
522
"timeframe": "30m",
0 commit comments