Skip to content

Commit

Permalink
chore: suppress timeout logs (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Apr 2, 2024
1 parent 3d462e4 commit 783b0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dank_mids/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 783b0b5

Please sign in to comment.