Skip to content

Commit b75c4d2

Browse files
committed
prysm-v6.1.4
1 parent 67dac9f commit b75c4d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shared/services/config/prysm-config.go

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

77
const (
8-
prysmBnTest string = "gcr.io/offchainlabs/prysm/beacon-chain:v6.1.3"
9-
prysmBnProd string = "gcr.io/offchainlabs/prysm/beacon-chain:v6.1.3"
10-
prysmVcTest string = "gcr.io/offchainlabs/prysm/validator:v6.1.3"
11-
prysmVcProd string = "gcr.io/offchainlabs/prysm/validator:v6.1.3"
8+
prysmBnTest string = "gcr.io/offchainlabs/prysm/beacon-chain:v6.1.4"
9+
prysmBnProd string = "gcr.io/offchainlabs/prysm/beacon-chain:v6.1.4"
10+
prysmVcTest string = "gcr.io/offchainlabs/prysm/validator:v6.1.4"
11+
prysmVcProd string = "gcr.io/offchainlabs/prysm/validator:v6.1.4"
1212
defaultPrysmRpcPort uint16 = 5053
1313
defaultPrysmOpenRpcPort string = string(config.RPC_Closed)
1414
defaultPrysmMaxPeers uint16 = 70

0 commit comments

Comments
 (0)