From 5de206719e12e7b3e29364cc8474f46625a7cb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 11 Oct 2022 14:23:29 +0200 Subject: [PATCH] nimbus.prater: temporary fix for buggy doppelganger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-nimbus/issues/122 Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.prater.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/group_vars/nimbus.prater.yml b/ansible/group_vars/nimbus.prater.yml index d066f82..359dcb4 100644 --- a/ansible/group_vars/nimbus.prater.yml +++ b/ansible/group_vars/nimbus.prater.yml @@ -82,6 +82,7 @@ validator_client_service_enabled: '{{ node.get("validator_client", false) }}' validator_client_network: '{{ beacon_node_network }}' validator_client_log_level: 'INFO' validator_client_beacon_node_url: 'http://127.0.0.1:{{ beacon_node_rest_port }}' +validator_client_doppelganger_detection: false # Builds validator_client_build_repo_branch: '{{ beacon_node_repo_branch }}' validator_client_build_frequency: 'daily'