mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
chore(ress-provider): replace reth-primitives (#15020)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use reth_ethereum_primitives::EthPrimitives;
|
||||
use reth_evm::execute::BlockExecutorProvider;
|
||||
use reth_network::{protocol::IntoRlpxSubProtocol, NetworkProtocols};
|
||||
use reth_network_api::FullNetwork;
|
||||
use reth_node_api::BeaconConsensusEngineEvent;
|
||||
use reth_node_core::args::RessArgs;
|
||||
use reth_primitives::EthPrimitives;
|
||||
use reth_provider::providers::{BlockchainProvider, ProviderNodeTypes};
|
||||
use reth_ress_protocol::{NodeType, ProtocolState, RessProtocolHandler};
|
||||
use reth_ress_provider::{maintain_pending_state, PendingState, RethRessProtocolProvider};
|
||||
|
||||
Reference in New Issue
Block a user