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
Expected behavior
The expectation is to send the transaction and return the appropriate transaction hash.
Additional context
I did a research about the problem and found out this issue here on ethers.js repository. As the solution is to add a field named type but seems the TransactionRequest class does not have that field.
The text was updated successfully, but these errors were encountered:
4xMafole
changed the title
INVALID_ARGUMENT invalid object key - maxFeePerGas
Invalid object key when sending transaction
Dec 26, 2022
Describe the bug
I get this problem when I create a custom transaction request and try to send it using the provider's signer.
To Reproduce
Steps to reproduce the behavior:
You'll end up having this error on the console:
Expected behavior
The expectation is to send the transaction and return the appropriate transaction hash.
Additional context
I did a research about the problem and found out this issue here on ethers.js repository. As the solution is to add a field named
type
but seems theTransactionRequest
class does not have that field.The text was updated successfully, but these errors were encountered: