Skip to content

Updated info on testnet naming convention #16024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions public/content/developers/docs/networks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,29 @@ If a public Ethereum network is like the public internet, a consortium network i

## Further reading {#further-reading}

### 🚉 Why Are Ethereum Testnets Named After Metro Stations?

Many Ethereum testnets are named after real-world metro or train stations. This naming tradition started early and reflects the global cities where contributors have lived or worked. It's symbolic, memorable, and practical just like testnets are isolated from Ethereum mainnet, metro lines run separately from surface traffic.

#### 🚧 Commonly Used and Legacy Testnets

- **Sepolia** — A metro-linked neighborhood in Athens, Greece. Currently used for smart contract and dApp testing.
- **Hoodi** — Named after Hoodi metro station in Bengaluru, India. Used for validator and protocol upgrade testing.
- **Goerli** — Named after Görlitzer Bahnhof in Berlin, Germany. Deprecated in 2024.
- **Rinkeby** — Named after a Stockholm suburb with a metro station. Deprecated.
- **Ropsten** — Refers to an area and former ferry/metro terminal in Stockholm. Deprecated post-Merge.
- **Kovan** — Named after a Singapore MRT station. Deprecated.
- **Morden** — Named after a London Underground station. Ethereum’s first public testnet.

#### 🧪 Other Specialized Testnets

Some testnets were created for short-term or upgrade-specific testing and are not necessarily metro-themed:

- **Holesky** — Named after Holešovice station in Prague. Used for validator testing; deprecated in 2025.
- **Kiln**, **Zhejiang**, **Shandong**, **Prater**, **Pyrmont**, **Ephemery**, and **Olympic** — Purpose-built for upgrade simulations like The Merge, Shanghai, or validator experiments. Some names are regional or thematic rather than metro-based.

Using metro station names helps developers quickly identify and remember testnets without needing to rely on numeric chain IDs. It also reflects Ethereum’s culture: practical, global, and human-centered.


- [Proposal: Predictable Ethereum Testnet Lifecycle](https://ethereum-magicians.org/t/proposal-predictable-ethereum-testnet-lifecycle/11575/17)
- [The Evolution of Ethereum Testnets](https://etherworld.co/2022/08/19/the-evolution-of-ethereum-testnet/)