diff --git a/web3_proxy/src/frontend/status.rs b/web3_proxy/src/frontend/status.rs index 46d4af15..02804f8c 100644 --- a/web3_proxy/src/frontend/status.rs +++ b/web3_proxy/src/frontend/status.rs @@ -142,7 +142,6 @@ async fn _status(app: Arc) -> (StatusCode, &'static str, Bytes) { "jsonrpc_response_cache": app.jsonrpc_response_cache, "private_rpcs": app.private_rpcs, "rpc_secret_key_cache": app.rpc_secret_key_cache, - "user_balance_cache": app.user_balance_cache, "version": APP_USER_AGENT, });