Mojtaba Bahrami
Mojtaba Bahrami
I have the same problem.
Can we use IN3 client to develop an app like a SPV wallet?
I faced the same problem, I revert all changes using git, then rerun the command, and everything works fine.
Hi, Please describe more about your problem. Have a look at https://ethereum.org/en/developers/docs/gas/ to know how to find the right value for Gas Price and Gas Limit.
Please test again and try the default value for gas price and gas limit `$token->approve($owner_address, $myapp_address, 1000);`
This error is related to the values of the `gasPrice` and `gasLimit`. And those are variant values based on the function you call and the network status. Please do a...