Commit Graph

7 Commits

Author SHA1 Message Date
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
Krypto Kajun
f358f49aa9 saving in place 2025-10-04 09:31:02 -05:00
Krypto Kajun
bccc122a85 removed the fucking vendor files 2025-09-16 11:05:47 -05:00
Krypto Kajun
3b98cdeefa feat: Enable logging to file for persistent MEV bot logs
- Configure log output to logs/mev-bot.log instead of stdout only
- Create logs directory structure for organized log management
- Enable persistent logging for long-running MEV monitoring sessions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-14 06:27:39 -05:00
Krypto Kajun
518758790a Sequencer is working (minimal parsing) 2025-09-14 06:21:10 -05:00
Krypto Kajun
fbb85e529a Add enhanced concurrency patterns, rate limiting, market management, and pipeline processing 2025-09-12 01:35:50 -05:00
Krypto Kajun
ba80b273e4 Initial commit: Set up MEV bot project structure 2025-09-12 01:16:30 -05:00