From b5149d0e1515631dd090ec972dc4edfbb23f8c41 Mon Sep 17 00:00:00 2001 From: Alex Abdugafarov Date: Wed, 30 Apr 2025 17:20:12 +0500 Subject: [PATCH] fix: ipc provider building ws instead (#16005) --- crates/rpc/rpc-builder/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rpc/rpc-builder/src/lib.rs b/crates/rpc/rpc-builder/src/lib.rs index 3c3afe5168..776ec74c23 100644 --- a/crates/rpc/rpc-builder/src/lib.rs +++ b/crates/rpc/rpc-builder/src/lib.rs @@ -2321,7 +2321,7 @@ impl RpcServerHandle { pub async fn eth_ipc_provider( &self, ) -> Option + Clone + Unpin + 'static> { - self.new_ws_provider_for().await + self.new_ipc_provider_for().await } /// Returns an ipc provider from the rpc server handle for the