revert to Geth stable commits for testnet (#4476)

This commit is contained in:
tersec 2023-01-09 14:16:29 +00:00 committed by GitHub
parent 787703bd0c
commit b1acae67c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -455,12 +455,12 @@ fi
download_geth() {
GETH_VERSION="1.11.0-unstable-b818e73e"
GETH_VERSION="1.10.26-e5eb32ac"
# https://geth.ethereum.org/downloads/
# "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.11.0-unstable-b818e73e.tar.gz"
# "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.11.0-unstable-b818e73e.tar.gz"
# "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.11.0-unstable-b818e73e.zip"
# "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.26-e5eb32ac.tar.gz"
# "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.10.26-e5eb32ac.tar.gz"
# "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.10.26-e5eb32ac.zip"
GETH_URL="https://gethstore.blob.core.windows.net/builds/"