Skip to content

Commit d789bd2

Browse files
author
José FP María Franco Pérez
committed
Set default to use predeploys
1 parent 3b5d6ff commit d789bd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test-node.bash

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ simple=true
6262
l2anytrust=false
6363
l2referenceda=false
6464
l2timeboost=false
65-
usePredeploys=false
65+
usePredeploys=true
6666

6767
# Use the dev versions of nitro/blockscout
6868
dev_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

0 commit comments

Comments
 (0)