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
Setting up database
warning: some crates are on edition 2021 which defaults to resolver = "2", but virtual workspaces default to resolver = "1"
note: to keep the current resolver, specify workspace.resolver = "1" in the workspace root's manifest
note: to use the edition 2021 resolver, specify workspace.resolver = "2" in the workspace root's manifest
Compiling zksync_storage v1.0.0 (/home/name/zksync/core/lib/storage)
Finished dev [unoptimized + debuginfo] target(s) in 11.21s
warning: the following packages contain code that will be rejected by a future version of Rust: mathru v0.6.10, nom v5.1.2, rustc-serialize v0.3.24, sqlx-macros v0.5.9
note: to see what the problems were, use the option --future-incompat-report, or run cargo report future-incompatibilities --id 1
✔ Setting up database done (12448ms)
Building contracts
Nothing to compile
Creating Typechain artifacts in directory typechain for target ethers-v5
Successfully generated Typechain artifacts!
✔ Building contracts done (7956ms)
Deploying localhost ERC20 tokens Error: Child process exited with code 1
When running command [zk init], this error occurs immediately at this step every time and I'm wondering how to solve it.
The text was updated successfully, but these errors were encountered:
When running command [zk init], this error occurs immediately at this step every time and I'm wondering how to solve it.
The text was updated successfully, but these errors were encountered: