pub(super) fn store_block_metadata<N: Network>(
storage: &mut BlockchainStorage<N>,
block_hash: B256,
participants: MonadBlockParticipants,
execution_chain_id: u64,
hardfork: FoundryHardfork,
)Available on crate feature
monad only.