Skip to content

Commit

Permalink
fix: use mev-boost-relay by flashbots (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y authored Aug 21, 2023
1 parent 83e01a1 commit fca62fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/package_io/parse_input.star
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ def default_participant():

def get_default_mev_params():
return {
# TODO fix this when Capella Signature verification works - change it to flashbots/
"mev_relay_image": "h4ck3rk3y/mev-boost-relay",
"mev_relay_image": "flashbots/mev-boost-relay",
"mev_relay_api_extra_args": [],
"mev_relay_housekeeper_extra_args": [],
"mev_relay_website_extra_args": [],
Expand Down

0 comments on commit fca62fc

Please sign in to comment.