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?
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?