[ZK Stack] - Unable to bridge #686
-
Module Affected
Rust Version1.80.1 Operating System
Issue DescriptionUsing the tutorial (https://code.zksync.io/tutorials/custom-zk-chain/customizing-your-chain), I have deployed a L2 chain on holesky with custom base token. The problem Im facing is when I try to bridge tokens (L1 to L2) using zksync cli, bridging is not happening. On holesky block explorer I can see some transaction happened but when I check with L2, nothing was there. I have checked the logs of L2,
One more issue is that in a interval of 10 - 20 minutes, L2 server crashes. So I have created a system service which restarts the server every time it is crashed. A example transaction on L1 for bridging: Expected BehaviorBridging should happen and wallet (metamask) should show updated balance. Current BehaviorBridging is not happening. Repository Link (if applicable)No response Additional DetailsLogs L2 before crash: Sep 12 15:04:07 validium-testnet start.sh[2903488]: 2024-09-12T15:04:07.277853Z ERROR zksync_base_token_adjuster::base_token_ratio_provider: No latest price found in the database. Using default ratio. Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
It appears that you are encountering multiple issues with your L2 chain on the Holsky testnet, particularly with the bridging process and server stability. The errors you've described suggest problems with the RPC calls and possibly with the configuration of your ZKsync server or the network setup. Here are a few steps and considerations to help troubleshoot and potentially resolve the issues:
By following these steps, you should be able to identify and potentially resolve the issues with RPC calls and server stability. If you need further assistance, please provide additional details about your setup and any changes you've made based on these suggestions. 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.
Yeah, I updated the zk_inception and took the latest pull of zksync-era and redeployed it to get it fixed.