-
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
chore(docs): refactor suggestions networks goerli into sepolia and hoodi #15257
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
8ea1bd3
to
45f706b
Compare
45f706b
to
ebe1c96
Compare
…-hoodi' of github.com:hryer/ethereum-org-website into chore/refactor-suggestions-networks-goerli-into-sepolia-hoodi
- [Etherscan](https://etherscan.io/) - a block explorer you can use to fetch data for Ethereum Mainnet | ||
- [Etherscan Sepolia](https://sepolia.etherscan.io/) - a block explorer you can use to fetch data for Sepolia Testnet | ||
- [Etherscan Hoodi](https://hoodi.etherscan.io/) - a block explorer you can use to fetch data for Hoodi Testnet |
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:
- [Etherscan](https://etherscan.io/) - a block explorer you can use to fetch data for Ethereum Mainnet | |
- [Etherscan Sepolia](https://sepolia.etherscan.io/) - a block explorer you can use to fetch data for Sepolia Testnet | |
- [Etherscan Hoodi](https://hoodi.etherscan.io/) - a block explorer you can use to fetch data for Hoodi Testnet | |
- [Etherscan](https://etherscan.io/) - a block explorer you can use to fetch data for Ethereum Mainnet and Ethereum testnets |
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
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.
We need to update the references to Goerli and Holesky in /roadmap/dencun as well:
## How does Cancun-Deneb (Dencun) affect Goerli or other Ethereum testnets
- Devnets, Goerli, Sepolia and Holesky have all undergone the Dencun upgrade and have Proto-Danksharding fully functioning
We can remove mentioned here to specific testnets and just say "All testnets and devnets have undergone..."
Otherwise looking good! Just a few more to patch
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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
okay
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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
sure, noted
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. | ||
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 comment
The 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 comment
The 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. | ||
|
||
- [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 comment
The 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 comment
The reason will be displayed to describe this comment to others. Learn more.
sure, noted
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2025 Ethereum.org Contributor: Join the [ethereum.org Discord server](https://ethereum.org/discord) to explore more ways to contribute to the project. Depending on the tasks you complete, you may also unlock additional rewards. Visit [ethereum.org/contributing](https://ethereum.org/contributing) to learn more.Head to gitpoap.io & connect your GitHub account to mint!Keep buidling, keep learning, and let's grow the Ethereum open-source community together 🌱 Learn more about GitPOAPs here. |
Description
Kovan and Goerli are deprecated so we changes the suggestions testnet network from goerli and kovan into sepolia and hoodi. Most Deprecated Goerli are changes into Sepolia and Hoodi. The tutorial sections will be different PRs because we need to recreate the tutorial, and the Images will be up to date.
Task
Related Issue
#15092 (comment)