nimbus.sepolia: drop nim_commit=version-1-6 flag

It no longer has any effect.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-07-06 08:31:36 +02:00
parent 9455a6a5ae
commit 52e518d3c3
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,6 @@ geth_websocket_port: '{{ 9546 + idx|int + 11 }}'
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ beacon_node_repo_branch }}-{{ "%02d"|format(idx|int+1) }}' beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ beacon_node_repo_branch }}-{{ "%02d"|format(idx|int+1) }}'
beacon_node_network: 'sepolia' beacon_node_network: 'sepolia'
beacon_node_repo_branch: '{{ node.get("branch", "unstable") }}' beacon_node_repo_branch: '{{ node.get("branch", "unstable") }}'
beacon_node_nim_commit: '{{ node.get("nim_commit", "") }}'
beacon_node_build_nim_flags: '-d:noSignalHandler {{ node.get("nim_flags", "") }}' beacon_node_build_nim_flags: '-d:noSignalHandler {{ node.get("nim_flags", "") }}'
beacon_node_payload_builder_enabled: '{{ node.get("payload_builder", false) }}' beacon_node_payload_builder_enabled: '{{ node.get("payload_builder", false) }}'
beacon_node_payload_builder_url: 'https://builder-relay-sepolia.flashbots.net/' beacon_node_payload_builder_url: 'https://builder-relay-sepolia.flashbots.net/'
@ -86,6 +85,6 @@ open_ports_list:
nodes_layout: nodes_layout:
'linux-01.ih-eu-mda1.nimbus.sepolia': 'linux-01.ih-eu-mda1.nimbus.sepolia':
- { start: 0, end: 25, validator_client: true } - { start: 0, end: 25, validator_client: true }
- { start: 25, end: 50, validator_client: false, nim_commit: 'version-1-6', payload_builder: true } - { start: 25, end: 50, validator_client: false, payload_builder: true }
- { start: 50, end: 75, validator_client: false, nim_commit: 'version-1-6' } - { 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, nim_flags: '-d:json_rpc_websocket_package=websock' }