diff --git a/crates/primitives/src/lib.rs b/crates/primitives/src/lib.rs index e517ae825..e32a4c46c 100644 --- a/crates/primitives/src/lib.rs +++ b/crates/primitives/src/lib.rs @@ -84,6 +84,7 @@ pub mod serde_bincode_compat { } // to make lint happy +#[cfg(feature = "bsc")] use reth_chainspec as _; #[cfg(any(feature = "bsc", feature = "opbnb"))] use revm as _;