Files
hyper/clp_auto_hedger/.env.example

18 lines
562 B
Plaintext

# 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