mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: clear reth rpc types from reth binary (#11120)
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
use futures_util::StreamExt;
|
||||
use reth::{
|
||||
network::{NetworkEvent, NetworkEventListenerProvider, PeersHandleProvider, PeersInfo},
|
||||
rpc::types::PeerId,
|
||||
};
|
||||
use reth_network_peers::NodeRecord;
|
||||
use reth::network::{NetworkEvent, NetworkEventListenerProvider, PeersHandleProvider, PeersInfo};
|
||||
use reth_network_peers::{NodeRecord, PeerId};
|
||||
use reth_tokio_util::EventStream;
|
||||
use reth_tracing::tracing::info;
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
use op_alloy_rpc_types_engine::OptimismExecutionPayloadEnvelopeV3;
|
||||
use reth::rpc::types::{engine::ExecutionPayloadEnvelopeV3, ExecutionPayloadV3};
|
||||
use reth::rpc::types::engine::{ExecutionPayloadEnvelopeV3, ExecutionPayloadV3};
|
||||
|
||||
/// The execution payload envelope type.
|
||||
pub trait PayloadEnvelopeExt: Send + Sync + std::fmt::Debug {
|
||||
|
||||
Reference in New Issue
Block a user