Skip to content

Commit 5b4a94f

Browse files
committed
reth-v1.9.2
1 parent 7e8003c commit 5b4a94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/reth-params.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99

1010
// Constants
1111
const (
12-
rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.9.1"
13-
rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.9.1"
12+
rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.9.2"
13+
rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.9.2"
1414
rethEventLogInterval int = 1000
1515
rethStopSignal string = "SIGTERM"
1616
)

0 commit comments

Comments
 (0)