nimbus.prater: use AWS hosts to sync first node

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-03-02 11:31:02 +01:00
parent 090c4661a9
commit 768ecef371
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -92,7 +92,9 @@ beacon_node_resync_enabled: true
beacon_node_resync_timer_enabled: '{{ (idx % 2 == 1) and not node.get("public_api") }}'
beacon_node_resync_timer_frequency: 'monthly'
beacon_node_resync_timer_random_delay_sec: 604800 # 7 days
beacon_node_resync_timer_trusted_api_url: 'http://localhost:{{ beacon_node_rest_port_base }}'
beacon_node_resync_timer_trusted_api_url: >-
{{ "http://stable-large-01.aws-eu-central-1a.nimbus.prater.wg:9300"
if idx == 0 else "http://localhost:"+(beacon_node_rest_port_base|string) }}
# Validator Client
validator_client_service_name: 'validator-client-{{ validator_client_network }}-{{ node.branch }}'