# Smoke-test environment for local mev-bot startup # Replace RPC placeholders before connecting to live endpoints MEV_BOT_ENCRYPTION_KEY=smokestart_encryption_key_alpha_numeric_202410 MEV_BOT_KEYSTORE_PATH=keystore/smoke MEV_BOT_AUDIT_LOG=logs/smoke_audit.log MEV_BOT_BACKUP_PATH=backups/smoke # Minimal network configuration ARBITRUM_RPC_ENDPOINT=wss://arb-sepolia.example/ws ARBITRUM_WS_ENDPOINT=wss://arb-sepolia.example/ws # Metrics/health METRICS_ENABLED=true METRICS_PORT=9090 # Optional overrides for smoke run LOG_LEVEL=info LOG_FORMAT=text