Skip to content

Commit bf73161

Browse files
authored
Update index.md
1 parent 08a0b78 commit bf73161

File tree

1 file changed

+8
-0
lines changed
  • src/content/developers/docs/networks

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,17 @@ The two public proof-of-stake testnets (which client developers are maintaining
3939
**[Sepolia](#sepolia) is the recommended default testnet for application development**.
4040
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.
4141

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
45+
4246
**[Goerli](#goerli) is the recommended default testnet for testing of validating and staking**.
4347
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.
4448

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
52+
4553
#### Sepolia {#sepolia}
4654

4755
Sepolia is a proof-of-stake testnet, and is the recommended default testnet for application development.

0 commit comments

Comments
 (0)