Transaction value consistently exceeds the calculated total from getFeeData #4717
Unanswered
alicercedigital
asked this question in
Q&A
Replies: 3 comments
-
My guess is this is an issue due to L1 vs L2 fees. Additional fees are required on the L1 to broadcast the transaction, which are not aomodated in the L2 fees (which is what getFeeData() is able to identify). I think. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm moving to discussions though, and would love additional feedback on this. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is it possible to provide an estimateL1GasCost API for L2's network to calculate fees? |
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
-
Ethers Version
6.11.1
Search Terms
fee, transaction, insufficient funds
Describe the Problem
Cannot send the full amount of an wallet because the transaction value consistently exceeds the calculated total. Attempting to send all funds using:
I don't know if this is related but I'm getting this when I use getFeeData():
MetaMask - RPC Error: The method "eth_maxPriorityFeePerGas" does not exist / is not available.
Network: Base Sepolia
Provider: MetaMask
Code Snippet
No response
Contract ABI
No response
Errors
Environment
Browser (Chrome, Safari, etc), Other (please specify)
Environment (Other)
Base Sepolia
Beta Was this translation helpful? Give feedback.
All reactions