Skip to content

Commit

Permalink
reth-v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfornax committed Oct 20, 2024
1 parent 0dde6c6 commit 1af2f1c
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 1af2f1c

Please sign in to comment.