diff --git a/shared/services/config/reth-params.go b/shared/services/config/reth-params.go index 39adf0757..c8254cc45 100644 --- a/shared/services/config/reth-params.go +++ b/shared/services/config/reth-params.go @@ -9,8 +9,8 @@ import ( // Constants const ( - rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.1.1" - rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.1.1" + rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.1.2" + rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.1.2" rethEventLogInterval int = 1000 rethStopSignal string = "SIGTERM" )