nimbus.prater: temporary fix for buggy doppelganger

https://github.com/status-im/infra-nimbus/issues/122

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-11 14:23:29 +02:00
parent 269a76a23e
commit 5de206719e
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931

View File

@ -82,6 +82,7 @@ validator_client_service_enabled: '{{ node.get("validator_client", false) }}'
validator_client_network: '{{ beacon_node_network }}' validator_client_network: '{{ beacon_node_network }}'
validator_client_log_level: 'INFO' validator_client_log_level: 'INFO'
validator_client_beacon_node_url: 'http://127.0.0.1:{{ beacon_node_rest_port }}' validator_client_beacon_node_url: 'http://127.0.0.1:{{ beacon_node_rest_port }}'
validator_client_doppelganger_detection: false
# Builds # Builds
validator_client_build_repo_branch: '{{ beacon_node_repo_branch }}' validator_client_build_repo_branch: '{{ beacon_node_repo_branch }}'
validator_client_build_frequency: 'daily' validator_client_build_frequency: 'daily'