Skip to content

Commit 496da78

Browse files
committed
Merge branch 'master' of github.com:rocket-pool/smartnode
2 parents 551e5c4 + 2fc3dad commit 496da78

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

shared/services/config/lighthouse-config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
)
66

77
const (
8-
lighthouseTagPortableTest string = "sigp/lighthouse:v8.1.3"
9-
lighthouseTagPortableProd string = "sigp/lighthouse:v8.1.3"
8+
lighthouseTagPortableTest string = "sigp/lighthouse:v8.2.0"
9+
lighthouseTagPortableProd string = "sigp/lighthouse:v8.2.0"
1010
defaultLhMaxPeers uint16 = 100
1111
)
1212

shared/services/rocketpool/assets/install/scripts/start-vc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ if [ "$CC_CLIENT" = "lighthouse" ]; then
5656
--http-port ${VC_KEYMANAGER_API_PORT:-5062} \
5757
--http-token-path /validators/token-file.txt \
5858
--unencrypted-http-transport \
59+
--graffiti-append false \
5960
--logfile-max-number 0 \
6061
--beacon-nodes $CC_URL_STRING \
6162
--suggested-fee-recipient $(cat /validators/$FEE_RECIPIENT_FILE) \

0 commit comments

Comments
 (0)