Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
7a0c2d03
Unverified
Commit
7a0c2d03
authored
Aug 30, 2023
by
Gyanendra Mishra
Committed by
GitHub
Aug 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: use flashbots builder (#162)
parent
b445fa4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
parse_input.star
src/package_io/parse_input.star
+2
-2
No files found.
src/package_io/parse_input.star
View file @
7a0c2d03
...
@@ -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\"",
"--
min
er.algotype=greedy"
"--
build
er.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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment