nimbus-sepolia-metal: drop unused branch variable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-07-07 10:33:32 +02:00
parent 4e0db40fb4
commit ddeb32e432
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931

View File

@ -47,7 +47,7 @@ beacon_node_rest_address: '0.0.0.0'
nodes_layout:
'metal-01.he-eu-hel1.nimbus.kiln':
- { branch: 'stable', start: 0, end: 25 }
- { branch: 'testing', start: 25, end: 50 }
- { branch: 'unstable', start: 50, end: 75, nim_commit: 'version-1-6' }
- { branch: 'libp2p', start: 75, end: 100, nim_flags: '-d:json_rpc_websocket_package=websock' }
- { start: 0, end: 25 }
- { start: 25, end: 50 }
- { start: 50, end: 75, nim_commit: 'version-1-6' }
- { start: 75, end: 100, nim_flags: '-d:json_rpc_websocket_package=websock' }