Adebayo Adewale Celestine
Adebayo Adewale Celestine
## Steps to Reproduce 1. Project working well initially 2. added FCM library and everything stooped working 3. Error keeps appearing even after updating flutter 4. Full log is attached...
i keep getting the error JsonRpcError(code: 5000, message: Cannot read property 'gasLimit' of undefined) here is my code ` Transaction transaction = Transaction.callContract( maxGas: 100000, gasPrice: EtherAmount.inWei(BigInt.one), from: EthereumAddress.fromHex(account!), contract:...