You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to set up Hyperchain using the instructions provided in the quickstart guide, I encountered an issue during the execution of the command zk stack init. The wizard displayed an error message, which prevented me from successfully launching the Hyperchain.
Expected Behavior
CLI is intended to start a brand-new zk Server, allowing to utilize the RPC
Current Behavior
root@zk-ubuntu:~/zksync-era# zk stack init
Configs compiled for dev
----------------------------------
> Initializing hyperchain creation
✔ Do you want to configure a new chain or use an existing configuration? · Configure new chain
----------------------------------
> Setting hyperchain configuration
✔ What is your hyperchain name? · testchain
✔ What is your hyperchain id? Make sure this is not used by other chains. · 7
✔ To which L1 Network will your hyperchain rollup to? · localhost (matterlabs/geth)
WARN[0000] The "GITHUB_WORKSPACE" variable is not set. Defaulting to a blank string.
WARN[0000] The "GITHUB_WORKSPACE" variable is not set. Defaulting to a blank string.
No stopped containers
Unable to find image 'postgres:14' locally
14: Pulling from library/postgres
af107e978371: Pull complete
c6fcd4f79292: Pull complete
e5b3cdd3e237: Pull complete
7926c3993b18: Pull complete
eebd398da680: Pull complete
8b7c7ecc2ca0: Pull complete
6bc9978c6209: Pull complete
46ec93076fd7: Pull complete
cd68f16f4846: Pull complete
591c7cc68130: Pull complete
a3a37d60b464: Pull complete
c7c05f882b57: Pull complete
76fcf9a56067: Pull complete
bddecfa87f46: Pull complete
Digest: sha256:1b8d18a565774e1734ea11ac1d4485d3eb168718f08c85dc2e24aeb16316249c
Status: Downloaded newer image for postgres:14
[+] Running 11/11
✔ geth 10 layers [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿] 0B/0B Pulled 4.8s
✔ f56be85fc22e Pull complete 0.5s
✔ 5749c290147a Pull complete 0.7s
✔ 5d4bd9cbc511 Pull complete 1.0s
✔ fa28698795e3 Pull complete 1.1s
✔ bca551b60d8a Pull complete 1.4s
✔ 816fb8b8886f Pull complete 2.0s
✔ 246847bef04e Pull complete 1.8s
✔ ef4842a93e9e Pull complete 2.1s
✔ f0d886b1a5be Pull complete 2.4s
✔ 5e98a10a2a48 Pull complete 2.6s
[+] Running 3/3
✔ Network zksync-era_zkstack Created 0.1s
✔ Container postgres Started 0.1s
✔ Container geth Started 0.1s
---------------------------
> Ensuring databases are up
waiting for postgres postgres://postgres@localhost/zksync_local
✔ Ensuring databases are up done (1066ms)
✔ Do you want to deploy some test ERC20s to your hyperchain? NB: Temporary broken, always selectYES (y/N) · true
The addresses for the generated test ECR20 tokens will be available at the /etc/tokens/localhost.json file.
✔ Do you want to deploy Wrapped ETH to your hyperchain? (y/N) · true
Deployer
Address - 0x36615Cf349d7F6344891B1e7CA7C72883F5dc049
Governor
Address - 0xa61464658AfeAf65CccaaFD3a512b69A83B77618
ETH Operator
Address - 0x0D43eB5B8a47bA8900d84AA36656c92024e9772e
Fee receiver
Address - 0xA13c10C0D5bd6f79041B9835c63f91de35A15883
Private keys forthese wallets are availablein the .env file foryou chain. Make sure that you have a copyin a safe place.
Configs compiled for testchain
✔ Setting hyperchain configuration done (34721ms)
Checking balances...
----------------------------------------------------------
> Validating information and balances to deploy hyperchain
Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.5.3)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Module Affected
Rust Version
1.75.0
Operating System
Issue Description
While attempting to set up Hyperchain using the instructions provided in the quickstart guide, I encountered an issue during the execution of the command zk stack init. The wizard displayed an error message, which prevented me from successfully launching the Hyperchain.
Expected Behavior
CLI is intended to start a brand-new zk Server, allowing to utilize the RPC
Current Behavior
Repository Link (if applicable)
https://github.com/matter-labs/zksync-era
Additional Details
Prior Research
Beta Was this translation helpful? Give feedback.
All reactions