Skip to content

Commit 4e33704

Browse files
committed
add eth_maxPriorityFeePerGas to exception_retry_middleware whitelist
1 parent 1a75a78 commit 4e33704

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

newsfragments/3090.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add ``eth_chainId`` to ``exception_retry_middleware`` whitelist

web3/middleware/exception_retry_request.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"eth_getRawTransactionByHash",
6363
"eth_call",
6464
"eth_estimateGas",
65+
"eth_maxPriorityFeePerGas",
6566
"eth_newBlockFilter",
6667
"eth_newPendingTransactionFilter",
6768
"eth_newFilter",

0 commit comments

Comments
 (0)