diff --git a/scripts/geth_binaries.sh b/scripts/geth_binaries.sh index 2c44feb4f6..e1b935e8c4 100644 --- a/scripts/geth_binaries.sh +++ b/scripts/geth_binaries.sh @@ -19,7 +19,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh" download_geth_stable() { if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then - GETH_VERSION="1.15.3-612c9e0f" # https://geth.ethereum.org/downloads + GETH_VERSION="1.15.4-8ccca244" # https://geth.ethereum.org/downloads GETH_URL="https://gethstore.blob.core.windows.net/builds/" case "${OS}-${ARCH}" in