Jakub Sokołowski 548f0f48fb
nimbus.sepolia: change layout to use all main branches
This also resoles the issue with Waku nodes depending on an Geth node
being driven by an unstable beacon node, causing RLN issues:
https://github.com/status-im/nimbus-eth2/issues/5753

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-01-16 16:51:58 +03:00

10 lines
551 B
YAML

---
# This is data for infra-role-dist-validators.
# To search for a validator ID see: ansible/files/layouts/nimbus.sepolia.tsv
nodes_layout:
'linux-01.ih-eu-mda1.nimbus.sepolia':
- { branch: 'stable', start: 0, end: 25, validator_client: true, payload_builder: true }
- { branch: 'testing', start: 25, end: 50, validator_client: false, payload_builder: true }
- { branch: 'unstable', start: 50, end: 75, validator_client: false }
- { branch: 'libp2p', start: 75, end: 100, validator_client: false, payload_builder: true }