mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-05 05:06:07 +08:00
feat: implement HyperliquidMonitor for position opening and migrate dependencies to git repository urls
This commit is contained in:
+8
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user