nimbus.ropsten: move all validators to first node

We can't have multiple nodes controling a single Geth instance.
This will lead to unpredictable behavior on the execution layer.

https://github.com/status-im/infra-nimbus/issues/97

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-06-08 11:08:11 +02:00
parent c8fa895f98
commit fbc939aef1
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931

View File

@ -28,7 +28,8 @@ beacon_node_rest_address: '0.0.0.0'
nodes_layout:
'metal-01.he-eu-hel1.nimbus.ropsten':
- { start: 0, end: 2500 }
- { start: 2500, end: 5000 }
- { start: 5000, end: 7500 }
- { start: 7500, end: 10000 }
# FIXME: Temporary layout change due to one Geth instance.
- { start: 0, end: 10000 }
- { }
- { }
- { }