[ZK Stack] - Transactions stuck at Validtion step #727
-
Module Affected
Rust Version1.80.1 Operating System
Issue DescriptionUsing the tutorial https://code.zksync.io/tutorials/custom-zk-chain/customizing-your-chain We using Infura Paid RPC. Expected BehaviorTransactions should be validated and executed at L1 Current BehaviorTransactions are stuck at validation step. Repository Link (if applicable)No response Additional DetailsLogs: 5 errors from the server
Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It seems you are encountering issues with transactions getting stuck at the validation step and facing difficulties with L2 to L1 transactions while using a Validium based Zk hyperchain. This could be related to several factors including configuration settings, network issues, or problems with the custom base token setup. Here are a few steps you can take to troubleshoot and potentially resolve the issue:
If these steps do not resolve the issue, you may need to provide more detailed logs or error messages for further assistance. 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.
-
@sachanayush47 can you ensure that the wallets in |
Beta Was this translation helpful? Give feedback.
Thanks for the details!
Yes the amount is exceptionally high but it seems thats where the issue is. What was nominator / denominator base token price and token address? In previous posts if I recall you set it at a 20:1 ETH ratio. This could explain some issues perhaps. I would try keeping it 1:1 to start and see if that works as intended. Then adjust accordingly.