Skip to content

Commit

Permalink
Update besu
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed May 27, 2024
1 parent 4ef3f0a commit 45b6b2c
Showing 1 changed file with 2 additions and 2 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.5.1"
besuTagProd string = "hyperledger/besu:24.5.1"
besuTagTest string = "hyperledger/besu:24.5.2"
besuTagProd string = "hyperledger/besu:24.5.2"
besuEventLogInterval int = 1000
besuMaxPeers uint16 = 25
besuStopSignal string = "SIGTERM"
Expand Down

0 comments on commit 45b6b2c

Please sign in to comment.