From 51e99169290fac3cfbcf3c08656edc9dff08e3ee Mon Sep 17 00:00:00 2001 From: joshieDo <93316087+joshieDo@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:26:17 +0100 Subject: [PATCH] chore: export `RethApiClient` trait (#10545) --- crates/rpc/rpc-api/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/rpc/rpc-api/src/lib.rs b/crates/rpc/rpc-api/src/lib.rs index 200b77835d..89968960fb 100644 --- a/crates/rpc/rpc-api/src/lib.rs +++ b/crates/rpc/rpc-api/src/lib.rs @@ -72,6 +72,7 @@ pub mod clients { mev::MevApiClient, net::NetApiClient, otterscan::OtterscanClient, + reth::RethApiClient, rpc::RpcApiServer, trace::TraceApiClient, txpool::TxPoolApiClient,