rpc: rm useless alloy-rpc-types-mev reexport (#11093)

This commit is contained in:
Thomas Coratger
2024-09-22 13:59:45 +02:00
committed by GitHub
parent b4ad28dfb4
commit fdcfe6ef29
9 changed files with 11 additions and 10 deletions

View File

@ -24,6 +24,7 @@ alloy-eips.workspace = true
alloy-json-rpc.workspace = true
alloy-primitives.workspace = true
alloy-rpc-types-eth.workspace = true
alloy-rpc-types-mev.workspace = true
alloy-rpc-types-txpool.workspace = true
# misc

View File

@ -1,7 +1,7 @@
use jsonrpsee::proc_macros::rpc;
use reth_rpc_types::mev::{
use alloy_rpc_types_mev::{
SendBundleRequest, SendBundleResponse, SimBundleOverrides, SimBundleResponse,
};
use jsonrpsee::proc_macros::rpc;
/// Mev rpc interface.
#[cfg_attr(not(feature = "client"), rpc(server, namespace = "mev"))]