Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/hip-3-pusher/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hip-3-pusher"
version = "0.1.5"
version = "0.1.6"
description = "Hyperliquid HIP-3 market oracle pusher"
readme = "README.md"
requires-python = "==3.13.*"
Expand Down
4 changes: 2 additions & 2 deletions apps/hip-3-pusher/src/pusher/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class KMSConfig(BaseModel):
enable_kms: bool
aws_kms_key_id_path: FilePath
aws_kms_key_id_path: Optional[FilePath] = None


class LazerConfig(BaseModel):
Expand All @@ -33,7 +33,7 @@ class HyperliquidConfig(BaseModel):
market_name: str
market_symbol: str
use_testnet: bool
oracle_pusher_key_path: FilePath
oracle_pusher_key_path: Optional[FilePath] = None
publish_interval: float
publish_timeout: float
enable_publish: bool
Expand Down
2 changes: 1 addition & 1 deletion apps/hip-3-pusher/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.