Skip to content

Commit a90e130

Browse files
authored
bump geth to 1.13.8 (#5683)
Use latest Geth in local testnet simulation.
1 parent 7b6ba48 commit a90e130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/geth_binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ source "${SCRIPTS_DIR}/bash_utils.sh"
2121

2222
download_geth_stable() {
2323
if [[ ! -e "${STABLE_GETH_BINARY}" ]]; then
24-
GETH_VERSION="1.13.5-916d6a44" # https://geth.ethereum.org/downloads
24+
GETH_VERSION="1.13.8-b20b4a71" # https://geth.ethereum.org/downloads
2525
GETH_URL="https://gethstore.blob.core.windows.net/builds/"
2626

2727
case "${OS}-${ARCH}" in

0 commit comments

Comments
 (0)