From dd03ca06ea50a85eb1176a111ac57ca587337bd4 Mon Sep 17 00:00:00 2001 From: Fornax <23104993+0xfornax@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:03:53 -0300 Subject: [PATCH] geth-v1.15.5 --- shared/services/config/geth-params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/services/config/geth-params.go b/shared/services/config/geth-params.go index 3f4412d84..4a8a491e0 100644 --- a/shared/services/config/geth-params.go +++ b/shared/services/config/geth-params.go @@ -8,8 +8,8 @@ import ( // Constants const ( - gethTagProd string = "ethereum/client-go:v1.15.2" - gethTagTest string = "ethereum/client-go:v1.15.2" + gethTagProd string = "ethereum/client-go:v1.15.5" + gethTagTest string = "ethereum/client-go:v1.15.5" gethEventLogInterval int = 1000 gethStopSignal string = "SIGTERM" )