From c5fe842e5802c48c2ca136a9952c27487d894fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Calv=C3=ADn=20Garc=C3=ADa?= Date: Thu, 4 Jan 2024 20:11:01 +0100 Subject: [PATCH] update validium.md (#22) --- validium.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validium.md b/validium.md index 5c0d09270a33..7a4cd1b436a5 100644 --- a/validium.md +++ b/validium.md @@ -2,8 +2,8 @@ In order to start the node as a validium: -- Make sure `zk` has been built and then run `zk init --validium`. This will set up the Ethereum node with the validium - contracts, and also define an env var which the server will pick up in order to run as a validium node +- Make sure `zk` has been built and then run `zk init --validium-mode`. This will set up the Ethereum node with the + validium contracts, and also define an env var which the server will pick up in order to run as a validium node - Start the server (`zk server`) - Execute transactions. For testing, `cargo run --release --bin zksync_full_stack` inits a wallet, deploys a contract and executes a tx