Revert "sepolia, holesky: temporary mapping to use correct version for Dencon"

This reverts commit cd1f42c171.
This commit is contained in:
Alexis Pentori 2024-02-02 11:00:03 +01:00
parent cb5176502f
commit 9e97832b48
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
2 changed files with 0 additions and 6 deletions

View File

@ -80,9 +80,6 @@ beacon_node_extra_flags: '{{ node.extra_flags if node.extra_flags is defined els
node_name_to_branch_map:
libp2p: 'nim-libp2p-auto-bump-unstable'
chronos: 'nim-chronos-auto-bump-unstable'
# Temporary switch to avoid broken version in Dencun
stable: 'unstable'
testing: 'unstable'
# Builds
beacon_node_build_frequency: 'daily'
beacon_node_build_nim_flags: '-d:noSignalHandler {{ node.get("nim_flags", "") }}'

View File

@ -26,9 +26,6 @@ geth_websocket_port: '{{ 9546 + idx|int + 11 }}'
# We map short names to branches to avoid too long service names.
node_name_to_branch_map:
libp2p: 'nim-libp2p-auto-bump-unstable'
# Temporary switch to avoid broken version in Dencun
stable: 'unstable'
testing: 'unstable'
# Beacon Nodes
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ node.branch }}'