Skip to content

Commit

Permalink
test-node: pos option
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Dec 13, 2022
1 parent 46729a3 commit 9cd5006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ while [[ $# -gt 0 ]]; do
shift
shift
;;
--consensusclient)
--pos)
consensusclient=true
l1chainid=32382
shift
Expand All @@ -115,6 +115,7 @@ while [[ $# -gt 0 ]]; do
echo --build: rebuild docker images
echo --dev: build nitro and blockscout dockers from source \(otherwise - pull docker\)
echo --init: remove all data, rebuild, deploy new rollup
echo --pos: l1 is a proof-of-stake chain \(using prism for consensus\)
echo --validate: heavy computation, validating all blocks in WASM
echo --batchposters: batch posters [0-3]
echo --redundantsequencers redundant sequencers [0-3]
Expand Down

0 comments on commit 9cd5006

Please sign in to comment.