We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6574a commit dd001aaCopy full SHA for dd001aa
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.11.1"
13
- rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.11.1"
+ rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.11.3"
+ rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.11.3"
14
rethEventLogInterval int = 1000
15
rethStopSignal string = "SIGTERM"
16
)
0 commit comments