Skip to content

Commit

Permalink
fix: Add disable peer scoring (#247)
Browse files Browse the repository at this point in the history
Added flag for MEV-Participant which would prevent from peer scoring and
would not cause beacons to be disconnected

---------

Co-authored-by: Kamil Chodoła <[email protected]>
Co-authored-by: Gyanendra Mishra <[email protected]>
  • Loading branch information
3 people authored Sep 29, 2023
1 parent b3114d1 commit c75af3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/package_io/parse_input.star
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ def enrich_mev_extra_params(parsed_arguments_dict, mev_prefix, mev_port, mev_typ
"--always-prepare-payload",
"--prepare-payload-lookahead",
"12000",
"--disable-peer-scoring",
],
# TODO(maybe) make parts of this more passable like the mev-relay-endpoint & forks
"el_extra_params": [
Expand Down

0 comments on commit c75af3c

Please sign in to comment.