We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8003c commit 5b4a94fCopy full SHA for 5b4a94f
1 file changed
shared/services/config/reth-params.go
@@ -9,8 +9,8 @@ import (
9
10
// Constants
11
const (
12
- rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.9.1"
13
- rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.9.1"
+ rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.9.2"
+ rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.9.2"
14
rethEventLogInterval int = 1000
15
rethStopSignal string = "SIGTERM"
16
)
0 commit comments