From 103a7783c176309190f13bb64ee593f399600b3c Mon Sep 17 00:00:00 2001 From: Neal Date: Mon, 17 May 2021 19:09:02 -0400 Subject: [PATCH] chore: update geth --- 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 4b92c40e..40bf4569 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.2-97d11b01.tar.gz', - dir: 'geth-linux-amd64-1.10.2-97d11b01' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.3-991384a7.tar.gz', + dir: 'geth-linux-amd64-1.10.3-991384a7' }, ZEC: { url: 'https://z.cash/downloads/zcash-4.4.0-linux64-debian-stretch.tar.gz',