Hello, I'm currently running into an issue where it seems that deploying a contract takes longer then the time allowed to wait for it:
COMMANDOUTPUT=$(web3 -f json contract deploy TheContract.bin)
ERROR: Cannot get the receipt: context deadline exceeded
Is there a way to increase the max timeout?
Next to that I also haven't been able to find a way to increase the gas-price when deploying a SmartContract. Is there a way to do that?
Hello, I'm currently running into an issue where it seems that deploying a contract takes longer then the time allowed to wait for it:
Is there a way to increase the max timeout?
Next to that I also haven't been able to find a way to increase the gas-price when deploying a SmartContract. Is there a way to do that?