File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ import (
55)
66
77const (
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
You can’t perform that action at this time.
0 commit comments