mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-12 23:04:40 +00:00
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:
parent
c8fa895f98
commit
fbc939aef1
@ -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 }
|
||||
- { }
|
||||
- { }
|
||||
- { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user