mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-08 11:45:24 +00:00
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>
10 lines
551 B
YAML
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 }
|