RootSoft / walletconnect-dart-sdk

Open protocol for connecting dApps to mobile wallets with QR code scanning or deep linking.
MIT License
102 stars 61 forks source link

Unable to set Max Priority Fee and Max Fee separately #72

Open irreverent-eth opened 2 years ago

irreverent-eth commented 2 years ago

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?