Skip to content

Commit 53859ab

Browse files
committed
reth-v1.4.3
1 parent 9670ba9 commit 53859ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)