nimbus.sepolia: removing ephemeral debug option

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2023-09-14 11:45:02 +02:00
parent 2aeea3edc5
commit e8834f4a9e
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10

View File

@ -88,5 +88,5 @@ 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: 50, end: 75, validator_client: false, extra_flags: ['--debug-use-old-attestation-stability-subnets=false'] }
- { start: 50, end: 75, validator_client: false }
- { start: 75, end: 100, validator_client: false, nim_flags: '-d:json_rpc_websocket_package=websock' }