mainnet: build ncli_db for ERA files generation
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
44d0271816
commit
ee4db9e740
|
@ -53,6 +53,7 @@ beacon_node_max_peers: '{{ node.get("max_peers", 320) }}'
|
|||
# Firewall
|
||||
beacon_node_firewall_libp2p_open: '{{ node.get("open_libp2p_ports", true) }}'
|
||||
# Builds
|
||||
beacon_node_update_build_targets: ['nimbus_beacon_node', 'ncli_db']
|
||||
beacon_node_update_build: '{{ beacon_node_repo_branch != "stable" }}'
|
||||
beacon_node_update_frequency: '*-*-* {{ "%02d" | format(idx * 2) }}:00:00'
|
||||
# Tuning
|
||||
|
|
Loading…
Reference in New Issue