diff --git a/shared/services/config/reth-params.go b/shared/services/config/reth-params.go index 035c929ad..237a0ff24 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.0.8" - rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.0.8" + rethTagProd string = "ghcr.io/paradigmxyz/reth:v1.1.0" + rethTagTest string = "ghcr.io/paradigmxyz/reth:v1.1.0" rethEventLogInterval int = 1000 rethStopSignal string = "SIGTERM" )