Skip to content

Commit a539256

Browse files
committed
prysm-v7.1.1
1 parent 6644a28 commit a539256

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

0 commit comments

Comments
 (0)