bump `geth` to `1.13.8` (#5683)
Use latest Geth in local testnet simulation.
This commit is contained in:
parent
7b6ba48dd9
commit
a90e1308b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue