diff --git a/src/eth/provider.rs b/src/eth/provider.rs
index 0ec94dfb..ff1fe9e6 100644
--- a/src/eth/provider.rs
+++ b/src/eth/provider.rs
@@ -53,7 +53,7 @@ pub async fn provider(
 
     send_to_loop.send(open_ws).await;
 
-    // let dispatch = get_dispatch(rpc_url, send_to_loop.clone()).await;
+    let dispatch = get_dispatch(rpc_url, send_to_loop.clone()).await;
 
     while let Some(km) = recv_in_client.recv().await {
         match km.message {