feat: Be verbose on init

This commit is contained in:
Matthias
2026-03-08 15:17:19 +01:00
parent 71f03ffbc6
commit 6cf73786e3
+2
View File
@@ -88,6 +88,8 @@ class Hyperliquid(Exchange):
}
response = self._api.publicPostInfo(request)
self.unified_account = response in ('"unifiedAccount"', '"portfolioMargin"')
if self.unified_account:
logger.info("Unified Hyperliquid account detected.")
except ccxt.DDoSProtection as e:
raise DDosProtection(e) from e