Skip to content

Commit 9b0a06c

Browse files
committed
reth-v2.0.0
1 parent 095491c commit 9b0a06c

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

0 commit comments

Comments
 (0)