Files
mev-beta/config
Krypto Kajun 204be46b23 fix(config): add arbitrage configuration section
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>
2025-11-17 17:07:34 -06:00
..
2025-10-04 09:31:02 -05:00
2025-10-04 09:31:02 -05:00
2025-10-04 09:31:02 -05:00