feat: enable websocket support for hyperliquid

This should be treated as experimental (experimental).
This commit is contained in:
Matthias
2025-07-13 10:20:48 +02:00
parent d0c3b30289
commit 1f52ff3f94

View File

@@ -28,8 +28,7 @@ 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,
"ws_enabled": True,
}
_ft_has_futures: FtHas = {
"stoploss_on_exchange": True,