Skip to content

Commit 18319b1

Browse files
committed
Use dev-mode for running nodes
1 parent c3f27fc commit 18319b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ where
284284
let rollup_config_args = config.get_rollup_config_args();
285285

286286
[
287+
vec!["--dev".to_string()],
287288
vec!["--da-layer".to_string(), config.da_layer().to_string()],
288289
node_config_args,
289290
rollup_config_args,

0 commit comments

Comments
 (0)