update Holesky docs (#5435)

* update Holesky docs

* Update docs/the_nimbus_book/src/holesky.md

Co-authored-by: Jacek Sieka <jacek@status.im>

---------

Co-authored-by: Jacek Sieka <jacek@status.im>
Co-authored-by: Etan Kissling <etan@status.im>
This commit is contained in:
Miran 2023-09-19 08:00:27 +02:00 committed by GitHub
parent a261384efc
commit 244f930f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,18 @@
# Holešky testnet
`holesky` will be launched on 15h of September to succeed Prater as the main long-running Ethereum testnet.
`holesky` is the main long-running Ethereum staking, infrastructure and protocol-developer testnet.
For testing decentralized applications, smart contracts, and other EVM functionality, please use Sepolia testnet!
`holesky` replaces the Prater/Görli network which has been deprecated since early 2023.
It provides an opportunity to verify your setup works as expected through the proof-of-stake transition and in a post-merge context as well as to safely practice node operations such as adding and removing validators, migrating between clients, and performing upgrades and backups.
If you come across any issues, please [report them here](https://github.com/status-im/nimbus-eth2/issues).
## General Preparation
1. Generate the JWT secret with `openssl rand -hex 32 | tr -d "\n" > "/opt/jwtsecret"`. This file needs to be passed to both the execution client and the consensus client.