nimbus.sepolia: enable payload builder for 4th node

Also drop unnecessary Nim build flags.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-11-07 11:50:26 +01:00
parent 36f78a5970
commit 4df34ac3c1
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ open_ports_list:
nodes_layout:
'linux-01.ih-eu-mda1.nimbus.sepolia':
- { start: 0, end: 25, validator_client: true }
- { start: 25, end: 50, validator_client: false, payload_builder: true }
- { start: 0, end: 25, validator_client: true }
- { start: 25, end: 50, validator_client: false, payload_builder: true }
- { start: 50, end: 75, validator_client: false }
- { start: 75, end: 100, validator_client: false, nim_flags: '-d:json_rpc_websocket_package=websock' }
- { start: 75, end: 100, validator_client: false, payload_builder: true }