From d32ebf3a0d8f9e3ac8a581e2d191ec18079ee7ff Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 13 Dec 2023 19:23:44 -0800 Subject: [PATCH] bump release --- Makefile | 2 +- cookbooks/ethereum/beacons/beacon_consensus_config_driver.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 16fa51a3..eefcd7cf 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GOMODCACHE := $(shell go env GOMODCACHE) GOCACHE := $(shell go env GOCACHE) GOOS := linux GOARCH := amd64 -VERSION := 1.0.0-beta.rc4 +VERSION := 1.0.0-beta.rc5 # hercules build info REPO := zeusfyi diff --git a/cookbooks/ethereum/beacons/beacon_consensus_config_driver.go b/cookbooks/ethereum/beacons/beacon_consensus_config_driver.go index 0ebcbada..0a47fdaf 100644 --- a/cookbooks/ethereum/beacons/beacon_consensus_config_driver.go +++ b/cookbooks/ethereum/beacons/beacon_consensus_config_driver.go @@ -195,7 +195,7 @@ func GetConsensusClientNetworkConfig(beaconConfig BeaconConfig) zeus_cluster_con }} compBase := zeus_cluster_config_drivers.ComponentBaseDefinition{ SkeletonBases: map[string]zeus_cluster_config_drivers.ClusterSkeletonBaseDefinition{ - "consensus-client": sbDef, + beaconConfig.ConsensusClient: sbDef, }, } return compBase