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
Hi, I am using this SDK from a flutter native app to connect to MetaMask via the EthereumWalletConnectProvider (or directly via sendCustomRequest), but whenever I set gasPrice in the parameter, it updates both Max Fee and Max Priority Fee to the same value, which ends up with the user overpaying gas.
How does anyone handle this at the moment?
The text was updated successfully, but these errors were encountered:
Hi, I am using this SDK from a flutter native app to connect to MetaMask via the
EthereumWalletConnectProvider
(or directly viasendCustomRequest
), but whenever I setgasPrice
in the parameter, it updates both Max Fee and Max Priority Fee to the same value, which ends up with the user overpaying gas.How does anyone handle this at the moment?
The text was updated successfully, but these errors were encountered: