Skip to content

Commit

Permalink
Merge pull request #699 from rocket-pool/reth-v1.1.1
Browse files Browse the repository at this point in the history
reth-v1.1.1
  • Loading branch information
0xfornax authored Nov 11, 2024
2 parents da63448 + 3f857ea commit 84f8a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/services/config/reth-params.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

// Constants
const (
rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.1.0"
rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.1.0"
rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.1.1"
rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.1.1"
rethEventLogInterval int = 1000
rethStopSignal string = "SIGTERM"
)
Expand Down

0 comments on commit 84f8a51

Please sign in to comment.