diff --git a/CHANGELOG.md b/CHANGELOG.md index 049da986..3a599f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add support for Reth client + ### Changed - Update client images to Dencun-ready versions. diff --git a/README.md b/README.md index 06205429..2ab00e4f 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Users acknowledge that no warranty is being made of a successful installation. S | Nethermind | Lodestar | Lodestar | | Erigon | Prysm | Prysm | | Besu | Teku | Teku | +| Reth | | | ### Sepolia @@ -147,6 +148,7 @@ Users acknowledge that no warranty is being made of a successful installation. S | Nethermind | Lodestar | Lodestar | | Erigon | Prysm | Prysm | | Besu | Teku | Teku | +| Reth | | | ### Goerli @@ -165,6 +167,7 @@ Users acknowledge that no warranty is being made of a successful installation. S | Nethermind | Lodestar | Lodestar | | Erigon | Teku | Teku | | Besu | Prysm | Prysm | +| Reth | | | ### Gnosis diff --git a/docs/docs/commands/clients.mdx b/docs/docs/commands/clients.mdx index 73018da1..59383a73 100644 --- a/docs/docs/commands/clients.mdx +++ b/docs/docs/commands/clients.mdx @@ -74,6 +74,7 @@ $ sedge clients 2 geth teku teku 3 erigon lodestar lodestar 4 besu prysm prysm + 5 reth - - 2023-10-13 14:13:45 -- [INFO] Listing supported clients for network mainnet @@ -83,6 +84,7 @@ $ sedge clients 2 geth prysm prysm 3 erigon teku teku 4 besu lodestar lodestar + 5 reth - - 2023-10-13 14:13:45 -- [INFO] Listing supported clients for network sepolia @@ -92,4 +94,5 @@ $ sedge clients 2 geth prysm prysm 3 erigon teku teku 4 besu lodestar lodestar + 5 reth - - ``` \ No newline at end of file diff --git a/docs/docs/networks/holesky.mdx b/docs/docs/networks/holesky.mdx index 862fbd7a..4593a6e4 100644 --- a/docs/docs/networks/holesky.mdx +++ b/docs/docs/networks/holesky.mdx @@ -12,6 +12,7 @@ Holesky is Ethereum's public testnet that serves as a technical experimentation - [Geth](https://geth.ethereum.org/docs/) - [Erigon](https://github.com/ledgerwatch/erigon) - [Besu](https://besu.hyperledger.org/en/stable/) +- [Reth](https://paradigmxyz.github.io/reth/) ## Supported Consensus Clients - [Lighthouse](https://lighthouse-book.sigmaprime.io/) diff --git a/docs/docs/networks/mainnet.mdx b/docs/docs/networks/mainnet.mdx index e12e0e19..5eb08953 100644 --- a/docs/docs/networks/mainnet.mdx +++ b/docs/docs/networks/mainnet.mdx @@ -14,6 +14,7 @@ secured by the Proof-of-Stake (PoS) algorithm. - [Geth](https://geth.ethereum.org/docs/) - [Erigon](https://github.com/ledgerwatch/erigon) - [Besu](https://besu.hyperledger.org/en/stable/) +- [Reth](https://paradigmxyz.github.io/reth/) ## Supported Consensus Clients - [Lighthouse](https://lighthouse-book.sigmaprime.io/) diff --git a/docs/docs/networks/sepolia.mdx b/docs/docs/networks/sepolia.mdx index 945c609e..aeb0290c 100644 --- a/docs/docs/networks/sepolia.mdx +++ b/docs/docs/networks/sepolia.mdx @@ -12,6 +12,7 @@ Sepolia is a permissioned Ethereum test network. Along Goerli, it is one of the - [Geth](https://geth.ethereum.org/docs/) - [Erigon](https://github.com/ledgerwatch/erigon) - [Besu](https://besu.hyperledger.org/en/stable/) +- [Reth](https://paradigmxyz.github.io/reth/) ## Supported Consensus Clients - [Lighthouse](https://lighthouse-book.sigmaprime.io/)