nimbus.holesky: lower limit for detailed val metrics

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-02-29 02:31:01 +01:00
parent 1396ab9bc1
commit aaa3c437a9
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ beacon_node_nim_commit: '{{ node.get("nim_commit", "") }}'
beacon_node_validator_monitor_auto: true beacon_node_validator_monitor_auto: true
beacon_node_validator_monitor_details: >- beacon_node_validator_monitor_details: >-
{{ (node.public_api is not defined or not node.public_api) {{ (node.public_api is not defined or not node.public_api)
and (node.end is defined and (node.end - node.start) <= 64) }} and (node.end is defined and (node.end - node.start) < 10) }}
# Execution layer Enginer API # Execution layer Enginer API
beacon_node_exec_layer_urls: ['http://localhost:{{ exec_layer_authrpc_port }}'] beacon_node_exec_layer_urls: ['http://localhost:{{ exec_layer_authrpc_port }}']
beacon_node_exec_layer_jwt_secret: '{{ geth_authrpc_jwtsecret | mandatory }}' beacon_node_exec_layer_jwt_secret: '{{ geth_authrpc_jwtsecret | mandatory }}'