From 1af2f1c3a35fb21438926d74c84231b3bbf241ce Mon Sep 17 00:00:00 2001
From: Fornax <23104993+fornax2@users.noreply.github.com>
Date: Sun, 20 Oct 2024 20:03:20 -0300
Subject: [PATCH] reth-v1.1.0

---
 shared/services/config/reth-params.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"
 )