Skip to content

Commit

Permalink
Make eth_chainId retryable (#2892)
Browse files Browse the repository at this point in the history
Was not whitelisted
  • Loading branch information
miohtama authored Mar 28, 2023
1 parent 7592e98 commit ee80ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/2892.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add eth_chainId to exception_retry_middleware whitelist
1 change: 1 addition & 0 deletions web3/middleware/exception_retry_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"eth_coinbase",
"eth_mining",
"eth_hashrate",
"eth_chainId",
"eth_gasPrice",
"eth_accounts",
"eth_blockNumber",
Expand Down

0 comments on commit ee80ed5

Please sign in to comment.