From 4f9dc8169371ecece676d35960ae968cd0077d5d Mon Sep 17 00:00:00 2001 From: Neal Date: Wed, 25 Aug 2021 10:54:02 -0400 Subject: [PATCH] chore: update geth (v1.10.8) --- lib/blockchain/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 5b4f75ee..827e7bb2 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -25,8 +25,8 @@ const BINARIES = { dir: 'bitcoin-0.20.1/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.7-12f0ff40.tar.gz', - dir: 'geth-linux-amd64-1.10.7-12f0ff40' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.8-26675454.tar.gz', + dir: 'geth-linux-amd64-1.10.8-26675454' }, ZEC: { url: 'https://z.cash/downloads/zcash-4.4.1-linux64-debian-stretch.tar.gz',