Overview
We should allow the block query range to be configureable via cli such that users can specify the range of blocks to query. This will allow users on free tiers of rpc provider package to consolidate with L1 (potentailly at a lower performance).
|
/// The block range used to fetch L1 logs. |
|
pub const LOGS_QUERY_BLOCK_RANGE: u64 = 500; |