From db3a038bac9058b1ec8d481e8d6437622b1dafc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Roy?= <303593+remyroy@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:53:37 -0400 Subject: [PATCH] Update reth version --- holesky-node-alt.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/holesky-node-alt.md b/holesky-node-alt.md index 7510d3d..ba01356 100644 --- a/holesky-node-alt.md +++ b/holesky-node-alt.md @@ -35,9 +35,9 @@ Download [the latest release version for Reth](https://github.com/paradigmxyz/re ```console $ cd ~ -$ wget https://github.com/paradigmxyz/reth/releases/download/v1.0.0/reth-v1.0.0-x86_64-unknown-linux-gnu.tar.gz -$ tar xvf reth-v1.0.0-x86_64-unknown-linux-gnu.tar.gz -$ rm reth-v1.0.0-x86_64-unknown-linux-gnu.tar.gz +$ wget https://github.com/paradigmxyz/reth/releases/download/v1.0.1/reth-v1.0.1-x86_64-unknown-linux-gnu.tar.gz +$ tar xvf reth-v1.0.1-x86_64-unknown-linux-gnu.tar.gz +$ rm reth-v1.0.1-x86_64-unknown-linux-gnu.tar.gz ``` Install this Reth version globally.