# Byreal Sniper Configuration # Solana RPC URL RPC_URL=https://mainnet.helius-rpc.com/?api-key=20f2bda7-11af-4e71-a3c3-a8fd6567df80 # Your wallet private key (Base58 encoded) PRIVATE_KEY=your_private_key_here # Your wallet address (optional, will be derived from private key) MY_WALLET= # Data directory for cache files DATA_DIR=./data # Copy multiplier (1.5 = copy with 1.5x the target's position size) COPY_MULTIPLIER=1.5 # Position value limits (USD) MAX_USD_VALUE=10 MIN_USD_VALUE=0.1 # Slippage for Jupiter swaps (in basis points, 100 = 1%) SLIPPAGE_BPS=100 # Polling interval in milliseconds (10000 = 10 seconds) POLL_INTERVAL_MS=10000 # Authentication header for Byreal API AUTH_HEADER=Basic YWRtaW46YzU4ODk5Njc= # Log level (debug, info, warn, error) LOG_LEVEL=info