Skip to content

Commit

Permalink
Use dev-mode for running nodes (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh authored Dec 2, 2024
1 parent e628066 commit 423db61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ where
let rollup_config_args = config.get_rollup_config_args();

[
vec!["--dev".to_string()],
vec!["--da-layer".to_string(), config.da_layer().to_string()],
node_config_args,
rollup_config_args,
Expand Down

0 comments on commit 423db61

Please sign in to comment.