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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,9 @@ 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.
50
+
There are also two maintained public test implementations of Ethereum: Sepolia and Holesky. The recommended testnet with long-term support is Holesky, which anyone is free to validate on. Sepolia uses a permissioned validator set, meaning there is no general access to new validators on this testnet.
Copy file name to clipboardExpand all lines: public/content/developers/docs/networks/index.md
+42-38Lines changed: 42 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -34,16 +34,11 @@ 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 Holesky. Sepolia is a network for contract and application developers to test their applications. The Holesky network lets protocol developers test network upgrades, and lets stakers test running validators.
38
38
39
39
#### Sepolia {#sepolia}
40
40
41
-
**Sepolia is the recommended default testnet for application development**.
42
-
The Sepolia network uses a permissioned validator set. It's fairly new, meaning its state and history are both quite small. This means the network is quick to sync to and that running a node on it requires less storage. This is useful for users who want to quickly spin up a node and interact with the network directly.
43
-
44
-
- Closed validator set, controlled by client & testing teams
45
-
- New testnet, less applications deployed than other testnets
46
-
- Fast to sync and running a node requires minimal disk space
41
+
**Sepolia is the recommended default testnet for application development**. The Sepolia network uses a permissioned validator set controlled by client & testing teams.
47
42
48
43
##### Resources
49
44
@@ -55,73 +50,82 @@ 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._
62
+
#### Holesky {#holesky}
70
63
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.
72
-
73
-
- Open validator set, stakers can test network upgrades
74
-
- Large state, useful for testing complex smart contract interactions
75
-
- Longer to sync and requires more storage to run a node
64
+
**Holesky is the recommended testnet for testing validating and staking**. The Holesky 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 Holesky.
To launch a Validator on Holesky testnet, use ethstaker's ["cheap Holesky validator" launchpad](https://holesky.launchpad.ethstaker.cc/en/).
96
84
97
85
### Layer 2 testnets {#layer-2-testnets}
98
86
99
87
[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