Skip to content

Commit

Permalink
feat(mev-boost): proxy with sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Jun 27, 2024
1 parent a508f25 commit 293761a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ shared_utils = import_module("../shared_utils/shared_utils.star")
genesis_constants = import_module(
"../prelaunch_data_generator/genesis_constants/genesis_constants.star"
)
mev_sidecar = import_module("../mev_sidecar/mev_sidecar.star")

DEFAULT_EL_IMAGES = {
"geth": "ethereum/client-go:latest",
Expand Down Expand Up @@ -143,7 +144,7 @@ def input_parser(plan, input_args):
result = enrich_mev_extra_params(
result,
MEV_BOOST_SERVICE_NAME_PREFIX,
FLASHBOTS_MEV_BOOST_PORT,
mev_sidecar.MEV_SIDECAR_PORT,
result.get("mev_type"),
)

Expand Down

0 comments on commit 293761a

Please sign in to comment.