#![allow(clippy::redundant_locals)]
#![allow(clippy::needless_pass_by_ref_mut)]
use zksync_config::configs::consensus::{ConsensusConfig, ConsensusSecrets};
#[allow(unused)]
mod batch;
mod config;
mod en;
pub mod era;
mod mn;
mod storage;
#[cfg(test)]
pub(crate) mod testonly;
#[cfg(test)]
mod tests;