Replies: 1 comment
-
You should be able to modify the code in the You may also wish to add To bypass the estimate entirely, you can pass in an explicit This isn't likely a bug in ethers though, so I'll move it to discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are facing an issue with unwrap transaction WETH->ETH when connected to our safe via WalletConnect. Looks like the error is occurring inside of estmateGas method and we are not sure how to debug this further. This is a screenshot of the error.
This looks like a part of code where the error is thrown
ethers.js/packages/providers/src.ts/base-provider.ts
Line 1298 in 4166b27
Is there a way we can modify that typescript file inside of node_modules so we can console.log inside that method and try do debug this issue further?
Edit
That method is creating a request to this url
https://rinkeby.infura.io/v3/1221fd11e90849509afafd330ec7acc6
and these are the parameters and response.Beta Was this translation helpful? Give feedback.
All reactions