mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump op-alloy (#11617)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
use op_alloy_rpc_types_engine::OptimismExecutionPayloadEnvelopeV3;
|
||||
use op_alloy_rpc_types_engine::OpExecutionPayloadEnvelopeV3;
|
||||
use reth::rpc::types::engine::{ExecutionPayloadEnvelopeV3, ExecutionPayloadV3};
|
||||
|
||||
/// The execution payload envelope type.
|
||||
@ -7,7 +7,7 @@ pub trait PayloadEnvelopeExt: Send + Sync + std::fmt::Debug {
|
||||
fn execution_payload(&self) -> ExecutionPayloadV3;
|
||||
}
|
||||
|
||||
impl PayloadEnvelopeExt for OptimismExecutionPayloadEnvelopeV3 {
|
||||
impl PayloadEnvelopeExt for OpExecutionPayloadEnvelopeV3 {
|
||||
fn execution_payload(&self) -> ExecutionPayloadV3 {
|
||||
self.execution_payload.clone()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user