Skip to content

Commit

Permalink
Merge pull request #684 from rocket-pool/besu-v24.10.0
Browse files Browse the repository at this point in the history
besu-v24.10.0
  • Loading branch information
0xfornax authored Oct 20, 2024
2 parents 0dde6c6 + 69a922f commit 073e0a4
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 @@ -6,8 +6,8 @@ import (

// Constants
const (
besuTagTest string = "hyperledger/besu:24.9.1"
besuTagProd string = "hyperledger/besu:24.9.1"
besuTagTest string = "hyperledger/besu:24.10.0"
besuTagProd string = "hyperledger/besu:24.10.0"
besuEventLogInterval int = 1000
besuMaxPeers uint16 = 25
besuStopSignal string = "SIGTERM"
Expand Down

0 comments on commit 073e0a4

Please sign in to comment.