[ZK Stack] - Command failed to run: forge script deploy-scripts/DeployL2Contracts.sol when trying to deploy on Holesky testnet #685
-
Module Affected
Rust Version1.80.1 Operating System
Issue DescriptionI was following this tutorial https://code.zksync.io/tutorials/custom-zk-chain to deploy zk chain to holesky but Im stuck on this error. Local L1 ETH is working fine and I have no issues with in terms of deploying contracts. Error: Expected BehaviorContract should get deployed Current BehaviorFailed to deploy DeployL2Contracts.sol Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
It appears you are encountering a deployment issue on the Holsky testnet using the Forge script. The error message you provided suggests a custom error during the script execution, which might be related to the specific contract or the deployment environment. Here are a few steps you can take to troubleshoot and potentially resolve this issue:
If after these steps the issue persists, consider reaching out for more specific support or consulting the community or forums related to the tools and platforms you are using. 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 @sachanayush47, were you able to go through the tutorial as-is without any issues? |
Beta Was this translation helpful? Give feedback.
-
Hi Sarah, |
Beta Was this translation helpful? Give feedback.
-
Hi, The issue has been fixed. It was my mistake. I was using custom token and forgot to fund the governor's address with custom token. |
Beta Was this translation helpful? Give feedback.
Hi, The issue has been fixed. It was my mistake. I was using custom token and forgot to fund the governor's address with custom token.