feat: implement HyperliquidMonitor for position opening and migrate dependencies to git repository urls

This commit is contained in:
0xcathiefish
2026-05-30 09:00:53 +00:00
parent ffd98934e4
commit eadaa81438
15 changed files with 5397 additions and 224 deletions
+8 -2
View File
@@ -1,6 +1,12 @@
# Application Environment Variables Template
# Name of the application (e.g. nosync-app)
APP_NAME=
# Name of the application
APP_NAME=nosync-monitor
# Logging configuration level (e.g. info, debug, trace)
RUST_LOG=info
# Hyperliquid configuration
# Ethereum wallet address to monitor on Hyperliquid
WALLET_ADDRESS=0xc64cc00b46101bd40aa1c3121195e85c0b0918d8
# Whether to monitor on Testnet (true) or Mainnet (false)
IS_TESTNET=true