-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot estimate Gas #20
Comments
I’m having the same issue here |
You can check the configuration example here: Hope it help! |
@PaulGG-Code were you able to get it to work on BSC? |
Yes @blockinator I've been able to test it on most EVM's |
hello @PaulGG-Code can you share your successful repo with bsc please. |
@PaulGG-Code, this is the error I am getting:
To fix the |
yes i need help also on this |
Same problem. "Error: cannot estimate gas; transaction may fail or may require manual gas limit " |
I keep getting NOT INCLUDED IN BLOCK when using the TransferERC20 method. I set PRIORITY_GAS_PRICE to 3000 |
Hello boss, i need help in making it work on other EVM |
Hey guys, I am always getting the error: "Error: cannot estimate gas; transaction may fail or may require manual gas limit (error={"reason":"processing response error","code":"SERVER_ERROR","body":"{"jsonrpc": "2.0", "id": 45, "error": {"code": -32000, "message": "execution reverted"}}" Its based on the fact that the RPCs cannot estimate gas on accounts with no ether in it. So I am using this script basically because the wallet contains no ether in it, but on the other side i cannot estimate gas with no ether. What should I do?
The text was updated successfully, but these errors were encountered: