nimbus.sepolia: add Innova host config

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-02 10:34:20 +02:00
parent 6618658396
commit da40f535ba
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 8 additions and 0 deletions

View File

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