EIP-1559 transactions and gasPrice #4017
Replies: 1 comment
-
In v5, supporting gasPrice (which sets both the In v6, we had the opportunity to move away from that bad practice. Using a It isn't more stable to use Hope that makes sense? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Ethers Version
5.7.2
Search Terms
eip-1559, gasprice
Describe the Problem
in ethers 5.7.2 specifying gasPrice and type:2 EIP-1559 transaction is allowed. But in ethers 6x mixing of transaction properties is not allowed
ethers.js/src.ts/providers/abstract-signer.ts
Line 93 in d74a802
This leads to confusion, actually specifying gasPrice both with type:2 transaction works better, giving better stability.
Could someone clarify how this works for 5.7.2, and how to make pure EIP-1559 transactions relyable?
Code Snippet
No response
Contract ABI
No response
Errors
No response
Environment
No response
Environment (Other)
No response
Beta Was this translation helpful? Give feedback.
All reactions