From a90e1308b55ea9cf1c516ef49b48684bacd04818 Mon Sep 17 00:00:00 2001
From: Etan Kissling <etan@status.im>
Date: Thu, 28 Dec 2023 05:12:03 +0100
Subject: [PATCH] bump `geth` to `1.13.8` (#5683)

Use latest Geth in local testnet simulation.
---
 scripts/geth_binaries.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/geth_binaries.sh b/scripts/geth_binaries.sh
index cdb00ac3e..d1e3d1e49 100644
--- a/scripts/geth_binaries.sh
+++ b/scripts/geth_binaries.sh
@@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh"
 
 download_geth_stable() {
   if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then
-    GETH_VERSION="1.13.5-916d6a44"  # https://geth.ethereum.org/downloads
+    GETH_VERSION="1.13.8-b20b4a71"  # https://geth.ethereum.org/downloads
     GETH_URL="https://gethstore.blob.core.windows.net/builds/"
 
     case "${OS}-${ARCH}" in