Removes parameters from use in useETHGasPrice to revert back to using gasPrice for transactions. This should allow Trezor and Ledger wallets to work again with MetaMask as they do not support EIP-1559, yet. The initial fix did not work because MetaMask checks the wallet type && the network when determining EIP-1559 support. However, MetaMask probably does not change to a legacy network for those wallets.
Following on from changes in #460.
🐞 Bugs squashed
useETHGasPrice
to revert back to usinggasPrice
for transactions. This should allow Trezor and Ledger wallets to work again with MetaMask as they do not support EIP-1559, yet. The initial fix did not work because MetaMask checks the wallet type && the network when determining EIP-1559 support. However, MetaMask probably does not change to a legacy network for those wallets.