estimateGas() returns fallback gas limit if wallet has no funds #4495
Unanswered
breakthispleeez
asked this question in
Q&A
Replies: 2 comments
-
Can you provide a code example with the output and contract addresses you are using? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have a kind of similar question #4498 |
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
-
Hi,
I am having an issue where if my wallet balance is 0 ETH, then the estimateGas() function will return the fallback gas limit rather than estimating the gas fee anyway.
When I do the same thing using MetaMask I see that the Gas Fee limit is still estimated despite the wallet having no funds.
Therefore my question is, is gas fee estimation dependant on having funds in your wallet?
Thanks in advance,
Beta Was this translation helpful? Give feedback.
All reactions