Skip to content

Commit

Permalink
feat: Add builder metrics to default mev builder (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola authored Oct 11, 2023
1 parent fd4ca4d commit d0eff2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/package_io/parse_input.star
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ def enrich_mev_extra_params(parsed_arguments_dict, mev_prefix, mev_port, mev_typ
),
'--miner.extradata="Illuminate Dmocratize Dstribute"',
"--builder.algotype=greedy",
"--metrics.builder=true",
]
+ parsed_arguments_dict["mev_params"]["mev_builder_extra_args"],
"el_extra_env_vars": {
Expand Down

0 comments on commit d0eff2e

Please sign in to comment.