Skip to content

Commit

Permalink
Client updates
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed May 23, 2024
1 parent 77019c7 commit 947fa4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.3"
besuTagProd string = "hyperledger/besu:24.3.3"
besuTagTest string = "hyperledger/besu:24.5.1"
besuTagProd string = "hyperledger/besu:24.5.1"
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.14.2"
gethTagTest string = "ethereum/client-go:v1.14.2"
gethTagProd string = "ethereum/client-go:v1.14.3"
gethTagTest string = "ethereum/client-go:v1.14.3"
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.18.0"
lodestarTagProd string = "chainsafe/lodestar:v1.18.0"
lodestarTagTest string = "chainsafe/lodestar:v1.18.1"
lodestarTagProd string = "chainsafe/lodestar:v1.18.1"
defaultLodestarMaxPeers uint16 = 50
)

Expand Down

0 comments on commit 947fa4c

Please sign in to comment.