Restructured hedger modules: moved CLP hedger and auto hedger into separate folders, updated data fetchers and main app, removed deprecated files
This commit is contained in:
18
clp_auto_hedger/.env.example
Normal file
18
clp_auto_hedger/.env.example
Normal file
@ -0,0 +1,18 @@
|
||||
# Environment variables for CLP Auto Hedger
|
||||
# Copy this file to .env and fill in your actual values
|
||||
|
||||
# Main wallet private key (for Uniswap operations)
|
||||
MAIN_WALLET_PRIVATE_KEY=your_private_key_here
|
||||
|
||||
# Scalper agent private key (for Hyperliquid operations)
|
||||
SCALPER_AGENT_PK=your_scalper_private_key_here
|
||||
|
||||
# Main wallet address (vault address for Hyperliquid)
|
||||
MAIN_WALLET_ADDRESS=0x_your_wallet_address_here
|
||||
|
||||
# RPC URL for Ethereum/Arbitrum
|
||||
MAINNET_RPC_URL=https://arb1.arbitrum.io/rpc
|
||||
|
||||
# Optional: Additional environment variables
|
||||
# DEBUG=false
|
||||
# LOG_LEVEL=normal
|
||||
Reference in New Issue
Block a user