[ZK Stack] - Users reporting multiple issues with Abstract testnet bridge #831
-
Team or ProjectAbstract Module Affected
Rust VersionN/A Operating System
Issue DescriptionGetting 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 Expected BehaviorBridge should work for all users Current BehaviorBridge is not working correctly for all users Repository Link (if applicable)https://github.com/matter-labs/dapp-portal Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 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.
-
@coffeexcoin, can you confirm if this is still an issue or if it was a problem with the user trying to finalize the withdraw before the 24h delay? |
Beta Was this translation helpful? Give feedback.
ok, I've tracked down the issue an looks like it was resolved a while ago in the portal (see this discussion in the portal repo). Looks like the Abstract portal was deployed before this fix and it needed to be updated.
Do you know if the portal was updated on your end and if the error persists?