From 42591ba13bfd0ee98910b0b5230a1170131aa004 Mon Sep 17 00:00:00 2001 From: toni-calvin Date: Wed, 3 Jan 2024 16:26:25 +0100 Subject: [PATCH] update validium.md --- validium.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validium.md b/validium.md index 5c0d09270a3..7a4cd1b436a 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