From d5a17c914dbf5e58ed74458b508e1145d63dcee4 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 3 Jan 2023 11:38:06 -0800 Subject: [PATCH] lint --- web3_proxy/src/rpcs/connections.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/rpcs/connections.rs b/web3_proxy/src/rpcs/connections.rs index 8399659a..d2c15d1f 100644 --- a/web3_proxy/src/rpcs/connections.rs +++ b/web3_proxy/src/rpcs/connections.rs @@ -80,7 +80,7 @@ impl Web3Connections { // fantom 250 => 1_000, // arbitrum - 42161 => 0_500, + 42161 => 500, // anything else _ => { warn!("unexpected chain_id. polling every {} seconds", 10);