Skip to content

Commit e1b1695

Browse files
authored
Merge pull request #199 from stader-labs/update_prysm
Update prysm for dencun
2 parents 2a03856 + 75e1d0b commit e1b1695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const (
3030
prysmBnTagTest string = "staderlabs/prysm:v5.0.0"
3131
prysmVcTagTest string = "staderlabs/prysm:v5.0.0"
3232

33-
prysmBnTagProd string = "staderlabs/prysm:v4.2.1"
34-
prysmVcTagProd string = "staderlabs/prysm:v4.2.1"
33+
prysmBnTagProd string = "staderlabs/prysm:v5.0.0"
34+
prysmVcTagProd string = "staderlabs/prysm:v5.0.0"
3535

3636
defaultPrysmRpcPort uint16 = 5053
3737
defaultPrysmOpenRpcPort bool = false

0 commit comments

Comments
 (0)