diff --git a/shared/services/config/reth-params.go b/shared/services/config/reth-params.go index c8028cd6a..4e26403d3 100644 --- a/shared/services/config/reth-params.go +++ b/shared/services/config/reth-params.go @@ -10,8 +10,8 @@ import ( // Constants const ( - rethTagProd string = "ghcr.io/paradigmxyz/reth:v2.4.0" - rethTagTest string = "ghcr.io/paradigmxyz/reth:v2.4.0" + rethTagProd string = "ghcr.io/paradigmxyz/reth:v2.4.1" + rethTagTest string = "ghcr.io/paradigmxyz/reth:v2.4.1" rethEventLogInterval int = 1000 rethStopSignal string = "SIGTERM" )