Skip to content

Commit 60dcdda

Browse files
authored
Merge pull request #8521 from wslyvh/patch-3
Add context to testnets and re-order Goerli/Sepolia
2 parents fd6f34d + d681097 commit 60dcdda

File tree

1 file changed

+29
-11
lines changed
  • src/content/developers/docs/networks

1 file changed

+29
-11
lines changed

src/content/developers/docs/networks/index.md

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,23 @@ Most testnets started by using a proof-of-authority consensus mechanism. This me
3232

3333
ETH on testnets has no real value; therefore, there are no markets for testnet ETH. Since you need ETH to actually interact with Ethereum, most people get testnet ETH from faucets. Most faucets are webapps where you can input an address which you request ETH to be sent to.
3434

35-
#### Goerli {#goerli}
35+
#### Which Testnet should I use?
3636

37-
Goerli is a proof-of-stake testnet, and is the recommended default testnet for testing of validating and staking.
37+
The two public proof-of-stake testnets (which client developers are maintaining post-merge) are Goerli and Sepolia. The Goerli network was merged with the Prater Beacon Chain testnet. The Sepolia network was created to test the transition to proof-of-stake.
3838

39-
- [Website](https://goerli.net/)
40-
- [GitHub](https://github.com/goerli/testnet)
41-
- [Etherscan](https://goerli.etherscan.io)
39+
**[Sepolia](#sepolia) is the recommended default testnet for application development**.
40+
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.
4241

43-
##### Goerli faucets
42+
- Closed validator set, controlled by client & testing teams
43+
- New testnet, less applications deployed than other testnets
44+
- Fast to sync and running a node requires minimal disk space
4445

45-
- [Goerli faucet](https://faucet.goerli.mudit.blog/)
46-
- [Chainlink faucet](https://faucets.chain.link/)
47-
- [Alchemy Goerli Faucet](https://goerlifaucet.com/)
48-
- [All That Node Goerli Faucet](https://www.allthatnode.com/faucet/ethereum.dsrv)
46+
**[Goerli](#goerli) is the recommended default testnet for testing of validating and staking**.
47+
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.
4948

50-
To launch a Validator on Goerli testnet, use ethstaker's ["cheap goerli validator" launchpad](https://goerli.launchpad.ethstaker.cc/en/).
49+
- Open validator set, stakers can test network upgrades
50+
- Large state, useful for testing complex smart contract interactions
51+
- Longer to sync and requires more storage to run a node
5152

5253
#### Sepolia {#sepolia}
5354

@@ -63,6 +64,23 @@ Sepolia is a proof-of-stake testnet, and is the recommended default testnet for
6364
- [Sepolia faucet](https://faucet.sepolia.dev/)
6465
- [FaucETH](https://fauceth.komputing.org)
6566

67+
#### Goerli {#goerli}
68+
69+
Goerli is a proof-of-stake testnet, and is the recommended default testnet for testing of validating and staking.
70+
71+
- [Website](https://goerli.net/)
72+
- [GitHub](https://github.com/goerli/testnet)
73+
- [Etherscan](https://goerli.etherscan.io)
74+
75+
##### Goerli faucets
76+
77+
- [Goerli faucet](https://faucet.goerli.mudit.blog/)
78+
- [Chainlink faucet](https://faucets.chain.link/)
79+
- [Alchemy Goerli Faucet](https://goerlifaucet.com/)
80+
- [All That Node Goerli Faucet](https://www.allthatnode.com/faucet/ethereum.dsrv)
81+
82+
To launch a Validator on Goerli testnet, use ethstaker's ["cheap goerli validator" launchpad](https://goerli.launchpad.ethstaker.cc/en/).
83+
6684
#### Ropsten _(deprecated)_ {#ropsten}
6785

6886
_Note, [the Ropsten testnet is deprecated](https://github.com/ethereum/pm/issues/460) and will no longer receive protocol upgrades. Please consider migrating your applications to Sepolia or Goerli._

0 commit comments

Comments
 (0)