Skip to content

Commit

Permalink
feat: Update documentation, Readme.md, and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifaa55 committed May 6, 2024
1 parent 9418c1c commit 1561c7d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down
3 changes: 3 additions & 0 deletions docs/docs/commands/clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -92,4 +94,5 @@ $ sedge clients
2 geth prysm prysm
3 erigon teku teku
4 besu lodestar lodestar
5 reth - -
```
1 change: 1 addition & 0 deletions docs/docs/networks/holesky.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
1 change: 1 addition & 0 deletions docs/docs/networks/mainnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
1 change: 1 addition & 0 deletions docs/docs/networks/sepolia.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 1561c7d

Please sign in to comment.