mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore(tests): reduce hyperliquid timeframe
UBTC wasn't listed for long enough
This commit is contained in:
@@ -490,7 +490,7 @@ EXCHANGES = {
|
|||||||
"pair": "UBTC/USDC",
|
"pair": "UBTC/USDC",
|
||||||
"stake_currency": "USDC",
|
"stake_currency": "USDC",
|
||||||
"hasQuoteVolume": False,
|
"hasQuoteVolume": False,
|
||||||
"timeframe": "1h",
|
"timeframe": "30m",
|
||||||
"futures": True,
|
"futures": True,
|
||||||
"candle_count": 5000,
|
"candle_count": 5000,
|
||||||
"orderbook_max_entries": 20,
|
"orderbook_max_entries": 20,
|
||||||
|
|||||||
Reference in New Issue
Block a user