accidentaly deleted file and not the diff

This commit is contained in:
Ingo
2025-12-17 21:56:59 +01:00
parent f32d25daac
commit 245ca4bc2a

View File

@@ -168,15 +168,6 @@ def _validate_edge(conf: dict[str, Any]) -> None:
)
def _validate_hyperliquid_settings(conf: dict[str, Any]) -> None:
exchange_conf = conf.get("exchange", {})
exchange_name = exchange_conf.get("name")
hip3_dexes = exchange_conf.get("hip3_dexes")
if hip3_dexes and exchange_name != "hyperliquid":
raise ConfigurationError('"hip3_dexes" is only supported If Exchange is hyperliquid')
def _validate_whitelist(conf: dict[str, Any]) -> None:
"""
Dynamic whitelist does not require pair_whitelist to be set - however StaticWhitelist does.