Skip to content

Commit

Permalink
Merge pull request #41 from flashbots/ferranbt/add-cli-defaults
Browse files Browse the repository at this point in the history
Add defaults for jwt token and l2 url
  • Loading branch information
avalonche authored Dec 5, 2024
2 parents 9febb22 + 275a556 commit 82a7392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct Args {
builder_jwt_path: Option<PathBuf>,

/// URL of the local l2 execution engine
#[arg(long, env)]
#[arg(long, env, default_value = "http://localhost:8551")]
l2_url: String,

/// URL of the builder execution engine
Expand Down

0 comments on commit 82a7392

Please sign in to comment.