From b97efc43c62588ea6430627f033700554f4fbe23 Mon Sep 17 00:00:00 2001 From: ariskk Date: Mon, 27 May 2024 12:47:57 +0100 Subject: [PATCH] Fix typo in --l3node flag in test-node.bash options --- test-node.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-node.bash b/test-node.bash index 0b5f3d85..3f0e4ae6 100755 --- a/test-node.bash +++ b/test-node.bash @@ -182,7 +182,7 @@ while [[ $# -gt 0 ]]; do echo --init remove all data, rebuild, deploy new rollup echo --pos l1 is a proof-of-stake chain \(using prysm for consensus\) echo --validate heavy computation, validating all blocks in WASM - echo --l3-node deploys an L3 node on top of the L2 + echo --l3node deploys an L3 node on top of the L2 echo --l3-fee-token L3 chain is set up to use custom fee token. Only valid if also '--l3node' is provided echo --l3-token-bridge Deploy L2-L3 token bridge. Only valid if also '--l3node' is provided echo --batchposters batch posters [0-3]