chore: explicitly disable hyperliquid websockets

Add comment explaining the reason
This commit is contained in:
Matthias
2025-07-13 09:37:05 +02:00
parent ccbc48b590
commit cc998afb44

View File

@@ -28,6 +28,8 @@ class Hyperliquid(Exchange):
"stoploss_on_exchange": False,
"exchange_has_overrides": {"fetchTrades": False},
"marketOrderRequiresPrice": True,
# ws causes tons of warnings on low timeframes due to low volume on many coins
"ws_enabled": False,
}
_ft_has_futures: FtHas = {
"stoploss_on_exchange": True,