Skip to content

Commit 71e8d7e

Browse files
committed
hoodi: local-block-value-boost=0 for nodes using MEV boost
Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent 0a28deb commit 71e8d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/group_vars/nimbus.hoodi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ beacon_node_network: 'hoodi'
8686
beacon_node_repo_branch: '{{ node_name_to_branch_map.get(node.branch, node.branch) }}'
8787
# Tuning
8888
beacon_node_history_retention: '{{ "archive" if node.get("public_api") else node.get("history", "prune") }}'
89-
beacon_node_extra_flags: '{{ node.extra_flags if node.extra_flags is defined else {} }}'
89+
beacon_node_extra_flags: '{{ {"local-block-value-boost": 0} if node.get("payload_builder", false) else {} }}'
9090
beacon_node_doppelganger_detection: true
9191
beacon_node_suggested_gas_limit: 60000000
9292
# We map short names to branches to avoid too long service names.

0 commit comments

Comments
 (0)