From 2831b736257ba916a766fdf0389aae539e6b7471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Litteri?= Date: Tue, 19 Dec 2023 16:04:24 -0300 Subject: [PATCH] Remove space --- validium.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/validium.md b/validium.md index 00ad3bc3eca..7fdd92501de 100644 --- a/validium.md +++ b/validium.md @@ -5,8 +5,7 @@ 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 - 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 +- Execute transactions. For testing, `cargo run --release --bin zksync_full_stack` inits a wallet, deploys a contract and executes a tx - Query the node for the tx hash (output of the zksync_full_stack binary): ```