Revert "sepolia, holesky: temporary mapping to use correct version for Dencon"
This reverts commit cd1f42c171
.
This commit is contained in:
parent
cb5176502f
commit
9e97832b48
|
@ -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", "") }}'
|
||||
|
|
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue