Skip to content

Commit 8f00a88

Browse files
committed
Update prysm
1 parent 0e54f1a commit 8f00a88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: shared/services/config/prysm-config.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ import (
2727
)
2828

2929
const (
30-
prysmBnTagTest string = "nethermindeth/prysm-beacon-chain:v4.2.0"
31-
prysmVcTagTest string = "nethermindeth/prysm-validator:v4.2.0"
30+
prysmBnTagTest string = "staderdev/prysm:v4.2.1"
31+
prysmVcTagTest string = "staderdev/prysm:v4.2.1"
3232

33-
prysmBnTagProd string = "nethermindeth/prysm-beacon-chain:v4.2.0"
34-
prysmVcTagProd string = "nethermindeth/prysm-validator:v4.2.0"
33+
prysmBnTagProd string = "staderdev/prysm:v4.2.1"
34+
prysmVcTagProd string = "staderdev/prysm:v4.2.1"
3535

3636
defaultPrysmRpcPort uint16 = 5053
3737
defaultPrysmOpenRpcPort bool = false

0 commit comments

Comments
 (0)