From 2e753da00d187a6ff4946e6cf4d09c458abd7922 Mon Sep 17 00:00:00 2001 From: brion Date: Tue, 17 Jan 2023 14:44:29 +0800 Subject: [PATCH] update --- internal/ethapi/api_multicall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ethapi/api_multicall.go b/internal/ethapi/api_multicall.go index 0c4b46652f..5655e51916 100644 --- a/internal/ethapi/api_multicall.go +++ b/internal/ethapi/api_multicall.go @@ -45,7 +45,7 @@ type multiCallStats struct { } const ( - singleCallTimeout = 1 * time.Second + singleCallTimeout = 5 * time.Second multiCallLimit = 50 // client param error