Replies: 3 comments 1 reply
-
It appears that the error you're encountering, "Ownable: caller is not the owner," typically occurs when a contract function that is restricted to the contract's owner is called by an address that is not recognized as the owner. This can happen if the private key used does not match the owner's address set in the contract's state or if there's a misconfiguration in the deployment scripts. Here are a few steps you can take to troubleshoot and resolve this issue:
If these steps do not resolve the issue, you may need to redeploy the contracts with the correct configurations or seek further assistance from the development team or community. For more detailed discussions and support, you can also visit the ZKsync developers discussions on Github. 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.
-
Hey, thanks for submitting the issue. I'll investigate and get back to you ASAP! |
Beta Was this translation helpful? Give feedback.
-
@bend-n did you try deploying it locally, did it work in that environment? I'm checking with the team further about this issue. |
Beta Was this translation helpful? Give feedback.
-
Team or Project
No response
Module Affected
Rust Version
1.81.0-nightly
Operating System
Issue Description
When I run
zkstack ecosystem init --l1-rpc-url 'https://rpc.sepolia.org/'
, and attempt to register the chain, it says:Expected Behavior
Expected to deploy the hyperchain.
Current Behavior
Long error.
Repository Link (if applicable)
No response
Additional Details
stack trace
Prior Research
Beta Was this translation helpful? Give feedback.
All reactions