[ZK Stack] - How to deploy to brand new ethereum testnet Hoodi #1002
-
Team or ProjectValidium Module Affected
Rust Version1.82.0 Operating System
Issue DescriptionI want to deploy my chain to Hoodi testnet. Right now only mainnet, sepolia and holesky are available as options in zkstack cli. Expected BehaviorHoodi is should be available as option to zkstack cli. Current BehaviorHoodi is unavailable as option in zkstack cli. Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @sachanayush47! You can still deploy a chain onto a brand new network. By running Feel free to unmark this discussion as answered if you have any further questions. |
Beta Was this translation helpful? Give feedback.
Hi @sachanayush47!
You can still deploy a chain onto a brand new network. By running
zkstack ecosystem init
and entering the Hoodi RPC URL (e.g. https://ethereum-hoodi-rpc.publicnode.com) in the L1 network prompt.Since there is no ZKsync ecosystem deployed on that network, you will have to deploy it yourself (simply by picking
yes
in the corresponding prompt).You will also have to set up proper deployer, governor, operator etc wallets with funds that you control on the Hoodi network -- put them in
wallets.yaml
config.Feel free to unmark this discussion as answered if you have any further questions.