Revert "nimbus.prater: use stable instead of unstable branch"

This reverts commit c48ac78797484c48e02ba613d8e8cc90b6c5527e.

The underlying issue that prompted switching to `stable` has been fixed.

- https://github.com/status-im/nimbus-eth2/issues/5753

Signed-off-by: Etan Kissling <etan@status.im>
This commit is contained in:
Etan Kissling 2024-03-16 17:20:50 +01:00
parent 92e180f775
commit 140e1835ce
No known key found for this signature in database
GPG Key ID: B21DA824C5A3D03D

View File

@ -48,10 +48,7 @@ beacon_node_era_dir_path: '{{ nimbus_era_files_timer_path }}'
beacon_node_repo_branch: '{{ node_name_to_branch_map.get(node.branch, node.branch) }}'
# We map short names to branches to avoid too long service names.
node_name_to_branch_map:
# Avoid RPC but in current 'unstable' branch.
# https://github.com/status-im/nimbus-eth2/issues/5753
unstable: 'stable'
libp2p: 'nim-libp2p-auto-bump-unstable'
libp2p: 'nim-libp2p-auto-bump-unstable'
# Ports
beacon_node_discovery_port: '{{ 9000 + idx }}'
beacon_node_listening_port: '{{ 9000 + idx }}'