File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ mkconfig_docker_full NUM_NODES RPC_URL PARENT_CHAIN_ID PARENT_INBOX_ADDRESS *ARG
109
109
- -parent-ibox-contr-addr {{ PARENT_INBOX_ADDRESS}} \
110
110
- -mode " increment-address" {{ ARGS}} | jq
111
111
112
- verify_blocks :
113
- cargo run --release --bin block_verifier
112
+ verify_blocks * ARGS :
113
+ cargo run --release --bin block_verifier {{ ARGS }}
114
114
115
115
####################
116
116
####TEST COMMANDS###
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ struct Cli {
19
19
/// Nitro node URLs use to check state for different sequencers to ensure consistency
20
20
#[ clap(
21
21
long,
22
- default_value = "http://localhost:8547; http://localhost:8647" ,
22
+ default_value = "http://localhost:8547, http://localhost:8647" ,
23
23
use_value_delimiter = true ,
24
- value_delimiter = '; '
24
+ value_delimiter = ', '
25
25
) ]
26
26
nitro_urls : Vec < String > ,
27
27
}
You can’t perform that action at this time.
0 commit comments