From 783b0b51bdd7bbfbbdcbbae2b61f4c7fa04c547e Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:17:10 -0400 Subject: [PATCH] chore: suppress timeout logs (#136) --- dank_mids/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dank_mids/constants.py b/dank_mids/constants.py index 06dc3f31..46bc06c5 100644 --- a/dank_mids/constants.py +++ b/dank_mids/constants.py @@ -4,7 +4,7 @@ from multicall.constants import Network TOO_MUCH_DATA_ERRS = ["Payload Too Large", "content length too large", "request entity too large", "batch limit exceeded"] -RETRY_ERRS = ["connection reset by peer", "server disconnected", "execution aborted (timeout =", "batch limit exceeded"] +RETRY_ERRS = ["connection reset by peer", "server disconnected", "execution aborted (timeout =", "batch limit exceeded", "request timed out"] GAS_LIMIT = multicall.constants.GAS_LIMIT MULTICALL2_OVERRIDE_CODE = multicall.constants.MULTICALL2_BYTECODE