nimbus.sepolia: enable MEV builder for first node

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-01-02 14:30:11 +01:00
parent 74a567757b
commit 8db25c70b8
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -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 }