-
Notifications
You must be signed in to change notification settings - Fork 5.1k
chore(docs): refactor suggestions networks goerli into sepolia and hoodi #15257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
d31faa4
d2042b2
cf07e14
ebe1c96
79278b1
dd0a892
6c79af3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,9 +47,14 @@ Some consensus clients have built-in tools for spinning up local beacon chains f | |
|
||
### Public Ethereum Test-chains {#public-beacon-testchains} | ||
|
||
There are also two maintained public test implementations of Ethereum: Goerli and Sepolia. The recommended testnet with long-term support is Goerli, which anyone is free to validate on. Sepolia is a newer, smaller chain also expected to be maintained for the foreseeable future, with a permissioned validator set (meaning there is no general access to new validators on this testnet). The Ropsten chain is expected to be deprecated in Q4 2022, and the Rinkeby chain is expected to be deprecated in Q2/Q3 2023. | ||
|
||
- [Goerli Staking Launchpad](https://goerli.launchpad.ethereum.org/) | ||
There are also two maintained public test implementations of Ethereum: Sepolia and Hoodi. | ||
Sepolia is a proof-of-stake (PoS) testnet that is currently the recommended testnet for smart contract and application development. | ||
It is more stable and is also more representative of the Ethereum mainnet. | ||
Hoodi is a newer testnet that will replace Holesky and is the recommended testnet for staking and validator testing. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's be very careful with wording that will end up out-of-date, ie "a newer testnet that will replace..."... this has already happened. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. okay There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. One paragraph here; would remove line breaks There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure, noted |
||
The Goerli (Görli) chain is expected to be deprecated in Q1 2023, the Ropsten chain is expected to be deprecated in Q4 2022, and the Rinkeby chain is expected to be deprecated in Q2/Q3 2023. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All mentions of Goerli need to be removed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure, noted |
||
|
||
- [Holesky and Hoodi Testnet Updates](https://blog.ethereum.org/2025/03/18/hoodi-holesky) | ||
- [Goerli Deprecation Announcement](https://blog.ethereum.org/2023/11/30/goerli-lts-update) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✂️ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure, noted |
||
- [Ropsten, Rinkeby & Kiln Deprecation Announcement](https://blog.ethereum.org/2022/06/21/testnet-deprecation) | ||
|
||
### Kurtosis Ethereum Package {#kurtosis} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think I'd break these out personally... The Mainnet link is fine imo, and users can navigate to other testnet versions from there... But we could also just add in "and testnets" to make this more future-proof:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, noted