We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b281f79 + 74968bf commit 2fc3dadCopy full SHA for 2fc3dad
2 files changed
shared/services/config/lighthouse-config.go
@@ -5,8 +5,8 @@ import (
5
)
6
7
const (
8
- lighthouseTagPortableTest string = "sigp/lighthouse:v8.1.3"
9
- lighthouseTagPortableProd string = "sigp/lighthouse:v8.1.3"
+ lighthouseTagPortableTest string = "sigp/lighthouse:v8.2.0"
+ lighthouseTagPortableProd string = "sigp/lighthouse:v8.2.0"
10
defaultLhMaxPeers uint16 = 100
11
12
shared/services/rocketpool/assets/install/scripts/start-vc.sh
@@ -56,6 +56,7 @@ if [ "$CC_CLIENT" = "lighthouse" ]; then
56
--http-port ${VC_KEYMANAGER_API_PORT:-5062} \
57
--http-token-path /validators/token-file.txt \
58
--unencrypted-http-transport \
59
+ --graffiti-append false \
60
--logfile-max-number 0 \
61
--beacon-nodes $CC_URL_STRING \
62
--suggested-fee-recipient $(cat /validators/$FEE_RECIPIENT_FILE) \
0 commit comments