Skip to content

Commit

Permalink
nimbus.ropsten: move all validators to first node
Browse files Browse the repository at this point in the history
We can't have multiple nodes controling a single Geth instance.
This will lead to unpredictable behavior on the execution layer.

#97

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Jun 8, 2022
1 parent c8fa895 commit fbc939a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ansible/group_vars/nimbus.ropsten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
- { }
- { }
- { }

0 comments on commit fbc939a

Please sign in to comment.