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:
DiTus
2026-07-28 08:26:14 +02:00
parent e1b3c5814b
commit 68e528c1f6
73 changed files with 10139 additions and 1696 deletions

View 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