From 8db25c70b8731c321d1cd7451fed8f14a49e092f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 2 Jan 2024 14:30:11 +0100 Subject: [PATCH] nimbus.sepolia: enable MEV builder for first node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/vars/layout/sepolia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/vars/layout/sepolia.yml b/ansible/vars/layout/sepolia.yml index d6bab9c..db343b8 100644 --- a/ansible/vars/layout/sepolia.yml +++ b/ansible/vars/layout/sepolia.yml @@ -3,7 +3,7 @@ # To search for a validator ID see: ansible/files/layouts/nimbus.sepolia.tsv nodes_layout: 'linux-01.ih-eu-mda1.nimbus.sepolia': - - { start: 0, end: 25, validator_client: true } + - { start: 0, end: 25, validator_client: true, payload_builder: true } - { start: 25, end: 50, validator_client: false, payload_builder: true } - { start: 50, end: 75, validator_client: false } - { start: 75, end: 100, validator_client: false, payload_builder: true }