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:
parent
6618658396
commit
da40f535ba
|
@ -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' }
|
||||
|
|
Loading…
Reference in New Issue