chore: changed import for custom-node(examples) (#15662)

This commit is contained in:
Ishika Choudhury
2025-04-10 21:46:42 +05:30
committed by GitHub
parent 3346f5b7fd
commit ca5a76f6ac
13 changed files with 84 additions and 72 deletions

View File

@@ -10,12 +10,12 @@ use alloy_rpc_types_engine::{
};
use async_trait::async_trait;
use jsonrpsee::{core::RpcResult, proc_macros::rpc, RpcModule};
use reth_node_api::{
use reth_ethereum::node::api::{
AddOnsContext, BeaconConsensusEngineHandle, EngineApiMessageVersion, FullNodeComponents,
NodeTypes,
};
use reth_node_builder::rpc::EngineApiBuilder;
use reth_optimism_node::node::OpStorage;
use reth_op::node::node::OpStorage;
use reth_payload_builder::PayloadStore;
use reth_rpc_api::IntoEngineApiRpcModule;
use reth_rpc_engine_api::EngineApiError;