You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/content/developers/docs/development-networks/index.md
+8-3Lines changed: 8 additions & 3 deletions
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
47
47
48
48
### Public Ethereum Test-chains {#public-beacon-testchains}
49
49
50
-
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.
There are also two maintained public test implementations of Ethereum: Sepolia and Hoodi.
51
+
Sepolia is a proof-of-stake (PoS) testnet that is currently the recommended testnet for smart contract and application development.
52
+
It is more stable and is also more representative of the Ethereum mainnet.
53
+
Hoodi is a newer testnet that will replace Holesky and is the recommended testnet for staking and validator testing.
54
+
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.
55
+
56
+
-[Holesky and Hoodi Testnet Updates](https://blog.ethereum.org/2025/03/18/hoodi-holesky)
Copy file name to clipboardExpand all lines: public/content/developers/docs/networks/index.md
+16-24Lines changed: 16 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ ETH on testnets is supposed to have no real value; however, there have been mark
34
34
35
35
#### Which Testnet should I use?
36
36
37
-
The two public testnets that client developers are currently maintaining are Sepolia and Goerli. Sepolia is a network for contract and application developers to test their applications. The Goerli network lets protocol developers test network upgrades, and lets stakers test running validators.
37
+
The two public testnets that client developers are currently maintaining are Sepolia and Hoodi. Sepolia is a network for contract and application developers to test their applications. The Hoodi network lets protocol developers test network upgrades, and lets stakers test running validators.
38
38
39
39
#### Sepolia {#sepolia}
40
40
@@ -64,64 +64,56 @@ The Sepolia network uses a permissioned validator set. It's fairly new, meaning
_Note: [the Goerli testnet is deprecated](https://ethereum-magicians.org/t/proposal-predictable-ethereum-testnet-lifecycle/11575/17) and will be replaced by [Holesovice](https://github.com/eth-clients/holesovice) in 2023. Please consider migrating your applications to Sepolia._
70
-
71
-
Goerli is a testnet for testing validating and staking. The Goerli network is open for users wanting to run a testnet validator. Stakers wanting to test protocol upgrades before they are deployed to mainnet should therefore use Goerli.
69
+
Hoodi is a testnet for testing validating and staking. The Hoodi network is open for users wanting to run a testnet validator. Stakers wanting to test protocol upgrades before they are deployed to mainnet should therefore use Hoodi.
72
70
73
71
- Open validator set, stakers can test network upgrades
74
72
- Large state, useful for testing complex smart contract interactions
75
73
- Longer to sync and requires more storage to run a node
To launch a Validator on Holesky testnet, use ethstaker's ["cheap Holesky validator" launchpad](https://holesky.launchpad.ethstaker.cc/en/).
86
+
To launch a Validator on Hoodi testnet, use [Hoodi launchpad](https://hoodi.launchpad.ethereum.org/en/).
96
87
97
88
### Layer 2 testnets {#layer-2-testnets}
98
89
99
90
[Layer 2 (L2)](/layer-2/) is a collective term to describe a specific set of Ethereum scaling solutions. A layer 2 is a separate blockchain that extends Ethereum and inherits the security guarantees of Ethereum. Layer 2 testnets are usually tightly coupled to public Ethereum testnets.
0 commit comments