Skip to content

Commit

Permalink
rm unused request types
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Oct 18, 2024
1 parent f5f9174 commit 4a99c06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions crates/eips/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,8 @@ pub use eip4844::{calc_blob_gasprice, calc_excess_blob_gas};

pub mod eip4895;

pub mod eip6110;
pub mod merge;

pub mod eip7002;

pub mod eip7251;

pub mod eip7685;

pub mod eip7702;
6 changes: 0 additions & 6 deletions crates/rpc-types-engine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ pub use payload::*;
mod transition;
pub use transition::*;

#[doc(inline)]
pub use alloy_eips::eip6110::DepositRequest as DepositRequestV1;

#[doc(inline)]
pub use alloy_eips::eip7002::WithdrawalRequest as WithdrawalRequestV1;

#[doc(inline)]
pub use alloy_eips::eip4844::BlobAndProofV1;

Expand Down

0 comments on commit 4a99c06

Please sign in to comment.