Skip to content

Commit

Permalink
Update prysm for dencun
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Mar 5, 2024
1 parent 2a03856 commit 75e1d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/services/config/prysm-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const (
prysmBnTagTest string = "staderlabs/prysm:v5.0.0"
prysmVcTagTest string = "staderlabs/prysm:v5.0.0"

prysmBnTagProd string = "staderlabs/prysm:v4.2.1"
prysmVcTagProd string = "staderlabs/prysm:v4.2.1"
prysmBnTagProd string = "staderlabs/prysm:v5.0.0"
prysmVcTagProd string = "staderlabs/prysm:v5.0.0"

defaultPrysmRpcPort uint16 = 5053
defaultPrysmOpenRpcPort bool = false
Expand Down

0 comments on commit 75e1d0b

Please sign in to comment.