Skip to content

Commit

Permalink
Merge pull request #199 from stader-labs/update_prysm
Browse files Browse the repository at this point in the history
Update prysm for dencun
  • Loading branch information
batphonghan authored Mar 5, 2024
2 parents 2a03856 + 75e1d0b commit e1b1695
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 e1b1695

Please sign in to comment.