diff --git a/crates/primitives/src/lib.rs b/crates/primitives/src/lib.rs index 575f1f04d7f0..b0564ed07d5a 100644 --- a/crates/primitives/src/lib.rs +++ b/crates/primitives/src/lib.rs @@ -79,22 +79,6 @@ pub use alloy_primitives::{ pub use reth_ethereum_forks::*; pub use revm_primitives::{self, JumpTable}; -#[doc(hidden)] -#[deprecated = "use B64 instead"] -pub type H64 = B64; -#[doc(hidden)] -#[deprecated = "use B128 instead"] -pub type H128 = B128; -#[doc(hidden)] -#[deprecated = "use Address instead"] -pub type H160 = alloy_primitives::Address; -#[doc(hidden)] -#[deprecated = "use B256 instead"] -pub type H256 = B256; -#[doc(hidden)] -#[deprecated = "use B512 instead"] -pub type H512 = B512; - #[cfg(any(test, feature = "arbitrary"))] pub use arbitrary;