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