nimbus.sepolia: move validators to new Innova host
https://github.com/status-im/infra-nimbus/issues/132 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
10e0c7d74a
commit
e08586be04
|
@ -84,16 +84,8 @@ open_ports_list:
|
||||||
- { port: '9557:9560', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }
|
- { port: '9557:9560', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }
|
||||||
|
|
||||||
nodes_layout:
|
nodes_layout:
|
||||||
# Hetzner
|
'linux-01.ih-eu-mda1.nimbus.sepolia':
|
||||||
'linux-01.he-eu-hel1.nimbus.sepolia':
|
|
||||||
- { start: 0, end: 25, validator_client: true }
|
- { start: 0, end: 25, validator_client: true }
|
||||||
- { start: 25, end: 50, validator_client: false, nim_commit: 'version-1-6', payload_builder: true }
|
- { start: 25, end: 50, validator_client: false, nim_commit: 'version-1-6', payload_builder: true }
|
||||||
- { start: 50, end: 75, validator_client: false, nim_commit: 'version-1-6' }
|
- { start: 50, end: 75, validator_client: false, nim_commit: 'version-1-6' }
|
||||||
- { start: 75, end: 100, validator_client: false, nim_flags: '-d:json_rpc_websocket_package=websock' }
|
- { start: 75, end: 100, validator_client: false, nim_flags: '-d:json_rpc_websocket_package=websock' }
|
||||||
|
|
||||||
# Innova Hosting
|
|
||||||
'linux-01.ih-eu-mda1.nimbus.sepolia':
|
|
||||||
- { validator_client: true }
|
|
||||||
- { validator_client: false, nim_commit: 'version-1-6', payload_builder: true }
|
|
||||||
- { validator_client: false, nim_commit: 'version-1-6' }
|
|
||||||
- { validator_client: false, nim_flags: '-d:json_rpc_websocket_package=websock' }
|
|
||||||
|
|
Loading…
Reference in New Issue