Skip to content

Commit 32aed2e

Browse files
authored
Merge pull request #758 from rocket-pool/reth-1.3.3
reth-v1.3.3
2 parents 1c516c8 + bb293e9 commit 32aed2e

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

0 commit comments

Comments
 (0)