From e57eb86f5b2332833d927719f3b5abb08d3e3397 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Wed, 18 Sep 2024 17:09:13 +0200 Subject: [PATCH] chore: reexport BlobAndProofV1 --- crates/rpc-types-engine/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/rpc-types-engine/src/lib.rs b/crates/rpc-types-engine/src/lib.rs index 8bdaced5719..aff1c62d518 100644 --- a/crates/rpc-types-engine/src/lib.rs +++ b/crates/rpc-types-engine/src/lib.rs @@ -35,6 +35,9 @@ 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; + /// The list of all supported Engine capabilities available over the engine endpoint. /// /// Latest spec: Prague