When the gas price is not provided the value is preset using user transaction cost configuration.
When the nonce is not provided the value is preset, accounting for network/local latest nonce.
Current Behavior
The nonce and gasPrice is set to 0 so even tho defaults are provided they will never work.
Steps to Reproduce (for bugs)
Send transaction with nonce and gasPrice not preset by dapp.
Context
I expect WalletConnect integration to work the same way as web3 browser injected provider.
Expected Behavior
When the gas price is not provided the value is preset using user transaction cost configuration. When the nonce is not provided the value is preset, accounting for network/local latest nonce.
Current Behavior
The nonce and gasPrice is set to 0 so even tho defaults are provided they will never work.
Steps to Reproduce (for bugs)
Send transaction with nonce and gasPrice not preset by dapp.
Context
I expect WalletConnect integration to work the same way as web3 browser injected provider.