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
I'm submitting a ...
[ ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[X] question about how to use this project
Summary
I am developing a mobile app in react native where I would request users to log in using their crypto wallet and then they will be able to sign some transactions. When I try to trigger an even connector.signTransaction(tx) I get an error message:
"Invalid key value maxPriorityFeePerGas" and the user is unable to sign the transaction. "
Since I used Infura as a Node Provider to deploy the contract my users would interact with, I read about Infura London Fork and that they added additional fields to the transactions such as maxPriorityFeePerGas.
Is there a way to get around this issue?
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
[ ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[X] question about how to use this project
Summary
I am developing a mobile app in react native where I would request users to log in using their crypto wallet and then they will be able to sign some transactions. When I try to trigger an even
connector.signTransaction(tx)
I get an error message:"Invalid key value maxPriorityFeePerGas" and the user is unable to sign the transaction. "
Since I used Infura as a Node Provider to deploy the contract my users would interact with, I read about Infura London Fork and that they added additional fields to the transactions such as
maxPriorityFeePerGas
.Is there a way to get around this issue?
The text was updated successfully, but these errors were encountered: