Skip to content

Commit

Permalink
Update clients
Browse files Browse the repository at this point in the history
  • Loading branch information
remyroy committed Jul 19, 2024
1 parent 9a19632 commit 9dd6f2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions holesky-node-alt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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
$ wget https://github.com/paradigmxyz/reth/releases/download/v1.0.3/reth-v1.0.3-x86_64-unknown-linux-gnu.tar.gz
$ tar xvf reth-v1.0.3-x86_64-unknown-linux-gnu.tar.gz
$ rm reth-v1.0.3-x86_64-unknown-linux-gnu.tar.gz
```

Install this Reth version globally.
Expand All @@ -53,9 +53,9 @@ Download [the latest release version for Lodestar](https://github.com/ChainSafe/

```console
$ cd ~
$ wget https://github.com/ChainSafe/lodestar/releases/download/v1.20.1/lodestar-v1.20.1-linux-amd64.tar.gz
$ tar xvf lodestar-v1.20.1-linux-amd64.tar.gz
$ rm lodestar-v1.20.1-linux-amd64.tar.gz
$ wget https://github.com/ChainSafe/lodestar/releases/download/v1.20.2/lodestar-v1.20.2-linux-amd64.tar.gz
$ tar xvf lodestar-v1.20.2-linux-amd64.tar.gz
$ rm lodestar-v1.20.2-linux-amd64.tar.gz
```

Install this Lodestar version globally.
Expand Down

0 comments on commit 9dd6f2b

Please sign in to comment.