You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: