Skip to content

Commit

Permalink
Update prysm tag
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Feb 22, 2024
1 parent 8f00a88 commit 4ab208f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared/services/config/prysm-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ import (
)

const (
prysmBnTagTest string = "staderdev/prysm:v4.2.1"
prysmVcTagTest string = "staderdev/prysm:v4.2.1"
prysmBnTagTest string = "staderlabs/prysm:v4.2.1"
prysmVcTagTest string = "staderlabs/prysm:v4.2.1"

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

defaultPrysmRpcPort uint16 = 5053
defaultPrysmOpenRpcPort bool = false
Expand Down

0 comments on commit 4ab208f

Please sign in to comment.