Commit 7a0c2d03 authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

fix: use flashbots builder (#162)

parent b445fa4b
...@@ -260,7 +260,7 @@ def enrich_mev_extra_params(parsed_arguments_dict, mev_prefix, mev_port, mev_typ ...@@ -260,7 +260,7 @@ def enrich_mev_extra_params(parsed_arguments_dict, mev_prefix, mev_port, mev_typ
mev_participant = { mev_participant = {
"el_client_type": "geth", "el_client_type": "geth",
# TODO replace with actual when flashbots/builder is published # 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": "", "el_client_log_level": "",
"cl_client_type": "lighthouse", "cl_client_type": "lighthouse",
# THIS overrides the beacon image # THIS overrides the beacon image
...@@ -281,7 +281,7 @@ def enrich_mev_extra_params(parsed_arguments_dict, mev_prefix, mev_port, mev_typ ...@@ -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_fork_version=0x10000038",
"--builder.genesis_validators_root={0}".format(package_io.GENESIS_VALIDATORS_ROOT_PLACEHOLDER), "--builder.genesis_validators_root={0}".format(package_io.GENESIS_VALIDATORS_ROOT_PLACEHOLDER),
"--miner.extradata=\"Illuminate Dmocratize Dstribute\"", "--miner.extradata=\"Illuminate Dmocratize Dstribute\"",
"--miner.algotype=greedy" "--builder.algotype=greedy"
] + parsed_arguments_dict["mev_params"]["mev_builder_extra_args"], ] + parsed_arguments_dict["mev_params"]["mev_builder_extra_args"],
"validator_extra_params": ["--builder-proposals"], "validator_extra_params": ["--builder-proposals"],
"builder_network_params": None "builder_network_params": None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment