File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ simple=true
6262l2anytrust=false
6363l2referenceda=false
6464l2timeboost=false
65- usePredeploys=false
65+ usePredeploys=true
6666
6767# Use the dev versions of nitro/blockscout
6868dev_nitro=false
@@ -276,8 +276,8 @@ while [[ $# -gt 0 ]]; do
276276 l2timeboost=true
277277 shift
278278 ;;
279- --use -predeploys)
280- usePredeploys=true
279+ --no -predeploys)
280+ usePredeploys=false
281281 shift
282282 ;;
283283 --redundantsequencers)
@@ -325,7 +325,7 @@ while [[ $# -gt 0 ]]; do
325325 echo --l2-anytrust run the L2 as an AnyTrust chain
326326 echo --l2-referenceda run the L2 with reference external data availability provider
327327 echo --l2-timeboost run the L2 with Timeboost enabled, including auctioneer and bid validator
328- echo --use -predeploys predeploy contracts present in /scripts/resources/predeploys.json
328+ echo --no -predeploys do not use predeploy contracts present in /scripts/resources/predeploys.json
329329 echo --batchposters batch posters [0-3]
330330 echo --redundantsequencers redundant sequencers [0-3]
331331 echo --detach detach from nodes after running them
You can’t perform that action at this time.
0 commit comments