Skip to content

Commit

Permalink
Merge pull request #206 from stader-labs/client_updates
Browse files Browse the repository at this point in the history
Clients update
  • Loading branch information
batphonghan authored Apr 25, 2024
2 parents fbe2730 + 2c545dd commit 933374a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions shared/services/config/besu-params.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (

// Constants
const (
besuTagTest string = "hyperledger/besu:24.3.0"
besuTagProd string = "hyperledger/besu:24.3.0"
besuTagTest string = "hyperledger/besu:24.3.3"
besuTagProd string = "hyperledger/besu:24.3.3"
besuEventLogInterval int = 1000
besuMaxPeers uint16 = 25
besuStopSignal string = "SIGTERM"
Expand Down
4 changes: 2 additions & 2 deletions shared/services/config/geth-params.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import (

// Constants
const (
gethTagProd string = "ethereum/client-go:v1.13.14"
gethTagTest string = "ethereum/client-go:v1.13.14"
gethTagProd string = "ethereum/client-go:v1.14.0"
gethTagTest string = "ethereum/client-go:v1.14.0"
gethEventLogInterval int = 1000
gethStopSignal string = "SIGTERM"
)
Expand Down
4 changes: 2 additions & 2 deletions shared/services/config/lodestar-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (
)

const (
lodestarTagTest string = "chainsafe/lodestar:v1.17.0"
lodestarTagProd string = "chainsafe/lodestar:v1.17.0"
lodestarTagTest string = "chainsafe/lodestar:v1.18.0"
lodestarTagProd string = "chainsafe/lodestar:v1.18.0"
defaultLodestarMaxPeers uint16 = 50
)

Expand Down
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 = "staderlabs/prysm:v5.0.2"
prysmVcTagTest string = "staderlabs/prysm:v5.0.2"
prysmBnTagTest string = "staderlabs/prysm:v5.0.3"
prysmVcTagTest string = "staderlabs/prysm:v5.0.3"

prysmBnTagProd string = "staderlabs/prysm:v5.0.2"
prysmVcTagProd string = "staderlabs/prysm:v5.0.2"
prysmBnTagProd string = "staderlabs/prysm:v5.0.3"
prysmVcTagProd string = "staderlabs/prysm:v5.0.3"

defaultPrysmRpcPort uint16 = 5053
defaultPrysmOpenRpcPort bool = false
Expand Down

0 comments on commit 933374a

Please sign in to comment.