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