Skip to content

Commit a63ea6a

Browse files
committed
test: switch to BTC/USDC in tests for now
1 parent 06a8f3d commit a63ea6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)