Skip to content

Commit

Permalink
fix: enrich_mev_params logic
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Nov 11, 2024
1 parent 21caf21 commit db24256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ def input_parser(plan, input_args):
result = enrich_disable_peer_scoring(result)

if result.get("mev_type") in ("mock", "full"):
if result.get("mev_params")["bolt_boost_image"] != None:
if result.get("mev_params")["bolt_sidecar_image"] == None:
result = enrich_mev_extra_params(
result,
BOLT_BOOST_SERVICE_NAME_PREFIX,
MEV_BOOST_SERVICE_NAME_PREFIX,
FLASHBOTS_MEV_BOOST_PORT,
result.get("mev_type"),
)
Expand Down

0 comments on commit db24256

Please sign in to comment.