You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the confusion. The default transaction type set by etherjs@v6 is actually EIP-1559. However, in my case, the wallet connected to my dApp does not support the EIP-1559 transaction type. As a result, the wallet omits the type in the transaction overrides.
Unfortunately, all transactions made with a wallet that does not support EIP-1559 have failed. Upon investigating the transaction data, I discovered that the issue lies in the incorrect estimation of the Gas Limit.
Ethers Version
6.7.1
Search Terms
No response
Describe the Problem
If I don't explicitly specify fee data in a transaction then the transaction that happens is of type 0 (legacy).
Default should be type 2 (EIP-1559).
I experienced this on Avalanche Fuji testnet.
Code Snippet
Contract ABI
No response
Errors
No response
Environment
No response
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: