Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/node/src/commands/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub struct NodeCommand {
pub l2_engine_jwt_secret: Option<PathBuf>,
/// Path to a custom L2 rollup configuration file
/// (overrides the default rollup configuration from the registry)
#[arg(long, visible_alias = "rollup-cfg")]
#[arg(long, visible_alias = "rollup-cfg", env = "KONA_NODE_ROLLUP_CONFIG")]
pub l2_config_file: Option<PathBuf>,
/// Engine kind.
#[arg(
Expand Down