Skip to content

Commit

Permalink
fix: use flashbots builder (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y authored Aug 30, 2023
1 parent b445fa4 commit 7a0c2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package_io/parse_input.star
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def enrich_mev_extra_params(parsed_arguments_dict, mev_prefix, mev_port, mev_typ
mev_participant = {
"el_client_type": "geth",
# TODO replace with actual when flashbots/builder is published
"el_client_image": "h4ck3rk3y/builder",
"el_client_image": "ethpandaops/flashbots-builder:main",
"el_client_log_level": "",
"cl_client_type": "lighthouse",
# THIS overrides the beacon image
Expand All @@ -281,7 +281,7 @@ def enrich_mev_extra_params(parsed_arguments_dict, mev_prefix, mev_port, mev_typ
"--builder.genesis_fork_version=0x10000038",
"--builder.genesis_validators_root={0}".format(package_io.GENESIS_VALIDATORS_ROOT_PLACEHOLDER),
"--miner.extradata=\"Illuminate Dmocratize Dstribute\"",
"--miner.algotype=greedy"
"--builder.algotype=greedy"
] + parsed_arguments_dict["mev_params"]["mev_builder_extra_args"],
"validator_extra_params": ["--builder-proposals"],
"builder_network_params": None
Expand Down

0 comments on commit 7a0c2d0

Please sign in to comment.