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:
Jakub Sokołowski 2023-06-05 12:08:01 +02:00
parent 10e0c7d74a
commit e08586be04
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 1 additions and 9 deletions

View File

@ -84,16 +84,8 @@ open_ports_list:
- { port: '9557:9560', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }
nodes_layout:
# Hetzner
'linux-01.he-eu-hel1.nimbus.sepolia':
'linux-01.ih-eu-mda1.nimbus.sepolia':
- { start: 0, end: 25, validator_client: 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: 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' }