Added missing arbitrage configuration that was preventing bot startup. The arbitrage service now properly initializes with: - enabled: true (service is operational) - min_profit_usd: 10.0 (minimum profitable opportunity) - max_slippage: 1.0% (slippage tolerance) - max_concurrent_executions: 5 (parallelization) - execution_timeout: 60s (transaction timeout) - gas_multiplier: 1.5 (for faster execution) - enable_flash_swaps: true (flash swap support) - max_capital_per_execution: 00,000 (execution limit) This enables the bot to fully initialize and start monitoring for flash swap arbitrage opportunities on Arbitrum L2. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
3.7 KiB
3.7 KiB