From 6cb88c33881d1d3dfcffcd50293b446e9425b69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 1 Dec 2022 08:46:47 +0100 Subject: [PATCH] nimbus.ropsten: ropsten will be removed from unstable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/nimbus-eth2/pull/4280 Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.ropsten.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/nimbus.ropsten.yml b/ansible/group_vars/nimbus.ropsten.yml index 2a320f6..9fcaca7 100644 --- a/ansible/group_vars/nimbus.ropsten.yml +++ b/ansible/group_vars/nimbus.ropsten.yml @@ -39,7 +39,7 @@ geth_websocket_port: '{{ 9546 + idx|int + 11 }}' # Beacon Nodes beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ beacon_node_repo_branch }}-{{ "%02d"|format(idx|int+1) }}' beacon_node_network: 'ropsten' -beacon_node_repo_branch: 'unstable' +beacon_node_repo_branch: 'stable' # Builds beacon_node_build_frequency: 'daily' # Monitoring