Insufficient funds error when withdraw ETH/ERC20 from op-stack L2 #472
luleigreat
started this conversation in
General
Replies: 0 comments 2 replies
-
I think this step is not necessary: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I withdraw ETH/ERC20 with optimism-sdk from an op-stack L2, an error occured at this step :
Error log:
It means my account balance is insufficient when it do
eth_call
to get L1 proposed block.I think eth_call should not check my account balance,it's just a query, and it indeed doesn't check it if I do eth_call on terminate without the from parameter.
So, how to resolve this error? The gas_price on sepolia is high recently, so this error emerged.
Beta Was this translation helpful? Give feedback.
All reactions