Skip to content

Commit 21d3c21

Browse files
authored
Merge pull request #774 from rocket-pool/reth-1.3.4
reth-v1.3.4
2 parents 0955a50 + fc78c88 commit 21d3c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/reth-params.go

+2-2
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.3.3"
13-
rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.3.3"
12+
rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.3.4"
13+
rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.3.4"
1414
rethEventLogInterval int = 1000
1515
rethStopSignal string = "SIGTERM"
1616
)

0 commit comments

Comments
 (0)