Skip to content

Commit d31faa4

Browse files
committed
chore: docs refactor goerli into sepolia and hoodi testnet
1 parent 1a54816 commit d31faa4

File tree

4 files changed

+29
-30
lines changed

4 files changed

+29
-30
lines changed

public/content/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ None
208208
The full list of current network IDs is available at [chainlist.org](https://chainlist.org). Some common ones are:
209209

210210
- `1`: Ethereum Mainnet
211-
- `5`: Goerli testnet
212211
- `11155111`: Sepolia testnet
212+
- `560048` : Hoodi Testnet
213213

214214
**Example**
215215

public/content/developers/docs/data-and-analytics/block-explorers/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,11 @@ The consensus layer top-level data includes the following:
238238

239239
## Block explorers {#block-explorers}
240240

241-
- [Etherscan](https://etherscan.io/) - a block explorer you can use to fetch data for Ethereum Mainnet and Goerli Testnet
241+
- [Etherscan](https://etherscan.io/) - a block explorer you can use to fetch data for Ethereum Mainnet
242+
- [Etherscan Sepolia](https://sepolia.etherscan.io/) - a block explorer you can use to fetch data for Sepolia Testnet
243+
- [Etherscan Hoodi](https://hoodi.etherscan.io/) - a block explorer you can use to fetch data for Hoodi Testnet
242244
- [3xpl](https://3xpl.com/ethereum) - an ad-free open-source Ethereum explorer which allows downloading its datasets
243-
- [Beaconcha.in](https://beaconcha.in/) - an open source block explorer for Ethereum Mainnet and Goerli Testnet
245+
- [Beaconcha.in](https://beaconcha.in/) - an open source block explorer for Ethereum Mainnet
244246
- [Blockchair](https://blockchair.com/ethereum) - the most private Ethereum explorer. Also for sorting and filtering (mempool) data
245247
- [Etherchain](https://www.etherchain.org/) - a block explorer for the Ethereum Mainnet
246248
- [Ethplorer](https://ethplorer.io/) - a block explorer with a focus on tokens for the Ethereum Mainnet and the Kovan testnet

public/content/developers/docs/development-networks/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,14 @@ Some consensus clients have built-in tools for spinning up local beacon chains f
4747

4848
### Public Ethereum Test-chains {#public-beacon-testchains}
4949

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.
51-
52-
- [Goerli Staking Launchpad](https://goerli.launchpad.ethereum.org/)
50+
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)
57+
- [Goerli Deprecation Announcement](https://blog.ethereum.org/2023/11/30/goerli-lts-update)
5358
- [Ropsten, Rinkeby & Kiln Deprecation Announcement](https://blog.ethereum.org/2022/06/21/testnet-deprecation)
5459

5560
### Kurtosis Ethereum Package {#kurtosis}

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

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ETH on testnets is supposed to have no real value; however, there have been mark
3434

3535
#### Which Testnet should I use?
3636

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.
3838

3939
#### Sepolia {#sepolia}
4040

@@ -64,64 +64,56 @@ The Sepolia network uses a permissioned validator set. It's fairly new, meaning
6464
- [Chainstack Sepolia faucet](https://faucet.chainstack.com/sepolia-faucet)
6565
- [Ethereum Ecosystem faucet](https://www.ethereum-ecosystem.com/faucets/ethereum-sepolia)
6666

67-
#### Goerli _(long-term support)_ {#goerli}
67+
#### Hoodi {#hoodi}
6868

69-
_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.
7270

7371
- Open validator set, stakers can test network upgrades
7472
- Large state, useful for testing complex smart contract interactions
7573
- Longer to sync and requires more storage to run a node
7674

7775
##### Resources
7876

79-
- [Website](https://goerli.net/)
80-
- [GitHub](https://github.com/eth-clients/goerli)
81-
- [Etherscan](https://goerli.etherscan.io)
82-
- [Blockscout](https://eth-goerli.blockscout.com/)
77+
- [Website](https://hoodi.ethpandaops.io/)
78+
- [GitHub](https://github.com/eth-clients/hoodi)
79+
- [Explorer](https://explorer.hoodi.ethpandaops.io/)
80+
- [Checkpoint Sync](https://checkpoint-sync.hoodi.ethpandaops.io/)
8381

8482
##### Faucets
8583

86-
- [QuickNode Goerli Faucet](https://faucet.quicknode.com/drip)
87-
- [Grabteeth](https://grabteeth.xyz/)
88-
- [PoW faucet](https://goerli-faucet.pk910.de/)
89-
- [Paradigm faucet](https://faucet.paradigm.xyz/)
90-
- [Alchemy Goerli Faucet](https://goerlifaucet.com/)
91-
- [All That Node Goerli Faucet](https://www.allthatnode.com/faucet/ethereum.dsrv)
92-
- [Coinbase Wallet Faucet | Goerli](https://coinbase.com/faucets/ethereum-goerli-faucet)
93-
- [Chainstack Goerli faucet](https://faucet.chainstack.com/goerli-faucet)
84+
- [Hoodi Faucet](https://hoodi.ethpandaops.io/)
9485

95-
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/).
9687

9788
### Layer 2 testnets {#layer-2-testnets}
9889

9990
[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.
10091

101-
#### Arbitrum Goerli {#arbitrum-goerli}
92+
#### Arbitrum Sepolia {#arbitrum-sepolia}
10293

10394
A testnet for [Arbitrum](https://arbitrum.io/).
10495

10596
##### Faucets
10697

107-
- [Chainlink faucet](https://faucets.chain.link/)
98+
- [Chainlink faucet](https://faucets.chain.link/arbitrum-sepolia)
99+
- [Alchemy faucet](https://www.alchemy.com/faucets/arbitrum-sepolia)
108100

109-
#### Optimistic Goerli {#optimistic-goerli}
101+
#### Optimistic Sepolia {#optimistic-sepolia}
110102

111103
A testnet for [Optimism](https://www.optimism.io/).
112104

113105
##### Faucets
114106

115-
- [Paradigm faucet](https://faucet.paradigm.xyz/)
116-
- [Coinbase Wallet Faucet | Optimism Goerli](https://coinbase.com/faucets/optimism-goerli-faucet)
107+
- [Chainlink faucet](https://faucets.chain.link/optimism-sepolia)
108+
- [Alchemy faucet](https://www.alchemy.com/faucets/optimism-sepolia)
117109

118110
#### Starknet Goerli {#starknet-goerli}
119111

120112
A testnet for [Starknet](https://www.starknet.io).
121113

122114
##### Faucets
123115

124-
- [Starknet faucet](https://faucet.goerli.starknet.io)
116+
- [Alchemy faucet](https://www.alchemy.com/faucets/starknet-sepolia)
125117

126118
## Private networks {#private-networks}
127119

0 commit comments

Comments
 (0)