Update module name to github.com/fraktal/mev-beta and fix channel closing issues in pipeline stages

This commit is contained in:
Krypto Kajun
2025-09-12 19:08:38 -05:00
parent fbb85e529a
commit 1113d82499
31 changed files with 3359 additions and 210 deletions

View File

@@ -10,8 +10,9 @@ The monitoring system connects to an Arbitrum RPC endpoint and continuously moni
### ArbitrumMonitor
The main monitoring component that handles:
- Connecting to the Arbitrum RPC endpoint
- Polling for new blocks
- Connecting to the arbitrum sequencer and parsing feed and filtering pool swaps and/or router swaps and the like (slight look into the future (very slight, as transations are processed every 250ms))
- Connecting to the Arbitrum WSS endpoint, RPC as redundant backup (get actual values in realtime)
- Subscribing to new blocks filtered based on filters (for pool discovery, addresses should not be filterd) ()
- Processing transactions in new blocks
- Identifying potential swap transactions