diff --git a/src/eth_rpc/servers/eth_rpc.rs b/src/eth_rpc/servers/eth_rpc.rs index ef4f2fc44..32c72ae16 100644 --- a/src/eth_rpc/servers/eth_rpc.rs +++ b/src/eth_rpc/servers/eth_rpc.rs @@ -18,6 +18,7 @@ use reth_primitives::{BlockId, BlockNumberOrTag}; use serde_json::Value; use starknet::providers::Provider; use std::sync::Arc; +use tracing::Level; /// The RPC module for the Ethereum protocol required by Kakarot. #[derive(Debug)]