fix: ipc provider building ws instead (#16005)

This commit is contained in:
Alex Abdugafarov
2025-04-30 17:20:12 +05:00
committed by GitHub
parent 7049b1b470
commit b5149d0e15

View File

@@ -2321,7 +2321,7 @@ impl RpcServerHandle {
pub async fn eth_ipc_provider(
&self,
) -> Option<impl Provider<alloy_network::Ethereum> + 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