-
Team or ProjectAbstract Module Affected
Rust Version1.75.0 Operating System
Issue DescriptionThe portal UI does not let me bridge ETH on either Abstract or zkSync due to insufficient funds errors. However, these errors are wrong because I have 0.4 ETH in my wallet. The interesting part of this is I was able to bridge an ERC20 token without issue. Expected BehaviorI should be able to bridge funds to Era or Abstract Current BehaviorI'm unable to bridge despite having sufficient funds to cover gas fees. Repository Link (if applicable)No response Additional DetailsPrior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
It appears you are encountering a fee estimation error on the ZKsync Portal while trying to bridge ETH. This issue might be related to the contract function used for fee estimation, which can sometimes revert due to various reasons, such as changes in gas prices or issues within the contract itself. Here are a few steps you can try to resolve this issue:
If the problem continues, it would be beneficial to report this issue directly on the ZKsync developers discussions on Github for further assistance and to alert the development team about this recurring issue. You can post your issue here for more in-depth support. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Hey @cygaar! I'm unable to reproduce it, but from what I see the portal fails to estimate the fee, and this error only seems to be emitted when ethers emits a corresponding message, so the origin of the error is in ethers estimation logic. Maybe it picks a gas price that is too high, it is hard to say for sure. A few follow-up questions:
|
Beta Was this translation helpful? Give feedback.
The issue has been fixed in matter-labs/dapp-portal#197, thanks for reporting!