Skip to content
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

Goerli - Contract.estimate.functionName: RPC error; -32000 #523

Closed
RyRy79261 opened this issue May 24, 2019 · 1 comment
Closed

Goerli - Contract.estimate.functionName: RPC error; -32000 #523

RyRy79261 opened this issue May 24, 2019 · 1 comment

Comments

@RyRy79261
Copy link

Description

When running ethers on Goerli from a Dapp that functions on Rinkeby, I encountered the generic -32000 error, I only encounter this issue on Goerli.

I then tried to investigate what the gas limit being set might of been by running contract.estimate.function I received the same error, which is quite odd considering its not a TX call.

When running on Kovan & Ropsten I dont get the error, so not sure if the way the estimate is being requested to the Goerli RPC might have an issue or a different approach.

There is also the potential that Goerli is reporting a gas limit thats too high as this is a tx estimated at 5mil gas thus throwing that error.

@RyRy79261
Copy link
Author

Turned out be a gaslimit issue with a previous set up function, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant