Skip to content

Commit

Permalink
Merge pull request #685 from rocket-pool/reth-v1.1.0
Browse files Browse the repository at this point in the history
reth-v1.1.0
  • Loading branch information
0xfornax authored Oct 20, 2024
2 parents 073e0a4 + 1af2f1c commit fead5e7
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.0.8"
rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.0.8"
rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.1.0"
rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.1.0"
rethEventLogInterval int = 1000
rethStopSignal string = "SIGTERM"
)
Expand Down

0 comments on commit fead5e7

Please sign in to comment.