async fn fetch_recent_block_hashes( provider: &RootProvider<AnyNetwork>, latest_regular_block: u64, ) -> Result<Vec<(u64, B256)>>