Skip to content

Commit fca62fc

Browse files
authored
fix: use mev-boost-relay by flashbots (#141)
1 parent 83e01a1 commit fca62fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/package_io/parse_input.star

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ def default_participant():
220220

221221
def get_default_mev_params():
222222
return {
223-
# TODO fix this when Capella Signature verification works - change it to flashbots/
224-
"mev_relay_image": "h4ck3rk3y/mev-boost-relay",
223+
"mev_relay_image": "flashbots/mev-boost-relay",
225224
"mev_relay_api_extra_args": [],
226225
"mev_relay_housekeeper_extra_args": [],
227226
"mev_relay_website_extra_args": [],

0 commit comments

Comments
 (0)