Skip to content

Commit 46c383b

Browse files
committed
minor fixes
1 parent fbe1fd3 commit 46c383b

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

apps/hip-3-pusher/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "Hyperliquid HIP-3 market oracle pusher"
55
readme = "README.md"
66
requires-python = "==3.13.*"
77
dependencies = [
8-
"asn1crypto~=1.5.1",
98
"boto3~=1.40.34",
109
"cryptography~=46.0.1",
1110
"hyperliquid-python-sdk~=0.19.0",

apps/hip-3-pusher/src/hyperliquid_listener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ def parse_hyperliquid_ws_message(self, message):
7474
logger.debug("on_activeAssetCtx: oraclePx: {} marketPx: {}", self.price_state.hl_oracle_price,
7575
self.price_state.hl_mark_price)
7676
except Exception as e:
77-
logger.error("parse_hyperliquid_ws_message error: message: {} e: {}", e)
77+
logger.error("parse_hyperliquid_ws_message error: message: {} e: {}", message, e)

apps/hip-3-pusher/uv.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)