mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 17:52:17 +00:00
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:
parent
269a76a23e
commit
5de206719e
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user