[ZK Stack] - Users reporting multiple issues with Abstract testnet bridge #831
Replies: 5 comments 3 replies
-
It appears there are multiple issues with the Abstract Testnet bridge as reported by users. The problems include the non-display of Sepolia ETH balance on the bridge UI and errors related to fee estimation during the bridging process back to Sepolia from the Abstract Testnet. For the issue of Sepolia ETH balance not showing, this could be related to synchronization or API connectivity issues within the bridge UI. Ensuring that the bridge UI is properly synchronized with the blockchain data might resolve this issue. Regarding the error with the contract function "finalizeWithdrawal," it suggests that there might be an ABI mismatch or an incorrect implementation of the contract function in the bridge's codebase. It's crucial to verify that the correct ABI is being used and that the contract function exists and is correctly implemented in the ABI. For both issues, further investigation and debugging are required. You may want to check the latest updates or patches that might address these issues in the repository or reach out to the development team for more detailed support. For more in-depth discussion and support, you can visit the ZKsync developers discussions on Github: ZKsync Developers Discussions. 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.
-
Hi @coffeexcoin, thanks for posting this! We are looking into this now. |
Beta Was this translation helpful? Give feedback.
-
Hi @coffeexcoin it seems possible that the ABI for the bridge in zksync-ethers isn't updated/doesn't match the version you have running. Do you have any transaction that consistently gets this error that can be used to test a solution? |
Beta Was this translation helpful? Give feedback.
-
@sarahschwartz I think the error message is not about function signature, but about error signature. The error matches |
Beta Was this translation helpful? Give feedback.
-
Related: #750 |
Beta Was this translation helpful? Give feedback.
-
Team or Project
Abstract
Module Affected
Rust Version
N/A
Operating System
Issue Description
Getting multiple users reporting issues via discord with the Abstract testnet bridge
Some have reported that their Sepolia ETH balance is not showing in on the bridge UI when attempting to bridge to Abstract Testnet
Some are reporting the following error when attempting to bridge back to Sepolia from Abstract testnet
Fee estimation error: The contract function "finalizeWithdrawal" reverted with the following signature: 0x2078a6a0 Unable to decode signature "0x2078a6a0" as it was not found on the provided ABI. Make sure you are using the correct ABI and that the error exists on it.
Expected Behavior
Bridge should work for all users
Current Behavior
Bridge is not working correctly for all users
Repository Link (if applicable)
https://github.com/matter-labs/dapp-portal
Additional Details
No response
Prior Research
Beta Was this translation helpful? Give feedback.
All reactions