Replies: 1 comment
-
Ethers actually uses Currently the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From what I'm understanding about EIP1559 transactions, ethers does an
eth_feeHistory
. If the provider answers with a HTTP 400, ethers assumes that the network isn't supporting EIP1559 and revert to a legacy transaction. Is that the correct understanding?What would happen if a provider responds with a HTTP 500 to the
eth_feeHistory
. I believe ethers would bail on the entire transaction. Or would it also revert to a legacy tx in that case?(Apologies if an issue isn't the right format to ask these questions, feel free to redirect me to something else)
Beta Was this translation helpful? Give feedback.
All reactions