Skip to content

Commit 0d6800d

Browse files
committed
prysm-v7.1.4
1 parent 39a7fa0 commit 0d6800d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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:v7.1.3"
9-
prysmBnProd string = "gcr.io/offchainlabs/prysm/beacon-chain:v7.1.3"
10-
prysmVcTest string = "gcr.io/offchainlabs/prysm/validator:v7.1.3"
11-
prysmVcProd string = "gcr.io/offchainlabs/prysm/validator:v7.1.3"
8+
prysmBnTest string = "gcr.io/offchainlabs/prysm/beacon-chain:v7.1.4"
9+
prysmBnProd string = "gcr.io/offchainlabs/prysm/beacon-chain:v7.1.4"
10+
prysmVcTest string = "gcr.io/offchainlabs/prysm/validator:v7.1.4"
11+
prysmVcProd string = "gcr.io/offchainlabs/prysm/validator:v7.1.4"
1212
defaultPrysmRpcPort uint16 = 5053
1313
defaultPrysmOpenRpcPort string = string(config.RPC_Closed)
1414
defaultPrysmMaxPeers uint16 = 70

0 commit comments

Comments
 (0)