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