diff --git a/src/package_io/input_parser.star b/src/package_io/input_parser.star index 25d6e0fcc..4702cd7bf 100644 --- a/src/package_io/input_parser.star +++ b/src/package_io/input_parser.star @@ -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", @@ -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"), )