File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ beacon_node_doppelganger_detection: true
9191beacon_node_suggested_gas_limit : 60000000
9292# We map short names to branches to avoid too long service names.
9393node_name_to_branch_map :
94- libp2p : ' nim-libp2p-auto-bump-unstable '
94+ libp2p : ' syncv3 '
9595# Builds
9696beacon_node_update_frequency : ' *-*-* {{ "%02d" | format(idx * 2) }}:00:00'
9797beacon_node_update_build_nim_flags : ' -d:noSignalHandler {{ node.get("nim_flags", "") }}'
@@ -140,7 +140,8 @@ beacon_node_consul_failures_before_critical: '{{ 720 if not node.get("public_api
140140
141141# Checkpoint Sync
142142beacon_node_resync_enabled : true
143- beacon_node_resync_timer_enabled : false
143+ beacon_node_resync_timer_enabled : ' {{ node.branch == "libp2p" }}' # TEMP: syncv3 testing
144+ beacon_node_resync_timer_frequency : ' weekly'
144145beacon_node_resync_timer_trusted_api_url : ' {{ beacon_node_resync_timer_trusted_api_urls[idx] }}'
145146beacon_node_resync_timer_trusted_api_urls :
146147 - ' https://checkpoint-sync.hoodi.ethpandaops.io/'
You can’t perform that action at this time.
0 commit comments