From 85fbcdf3e43363625ba61bc022cb71d79d67f4ee Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 18 Aug 2022 13:35:19 +0100 Subject: [PATCH 1/2] update development networks page --- src/content/developers/docs/development-networks/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/developers/docs/development-networks/index.md b/src/content/developers/docs/development-networks/index.md index 8c9b0796255..c995bfad693 100644 --- a/src/content/developers/docs/development-networks/index.md +++ b/src/content/developers/docs/development-networks/index.md @@ -20,7 +20,7 @@ Development networks are essentially Ethereum clients (implementations of Ethere **Why not just run a standard Ethereum node locally?** -You _could_ [run a node](/developers/docs/nodes-and-clients/#running-your-own-node) (like Geth, Erigon, or Nethermind) but since development networks are purpose-built for development, they often come packed with convenient features like: +You _could_ [run a node](/developers/docs/nodes-and-clients/#running-your-own-node) but since development networks are purpose-built for development, they often come packed with convenient features like: - Deterministically seeding your local blockchain with data (e.g. accounts with ETH balances) - Instantly mining blocks with each transaction it receives, in order and with no delay @@ -57,9 +57,9 @@ Some consensus clients have built-in tools for spinning up local Beacon chains f - [Local testnet using Lighthouse](https://lighthouse-book.sigmaprime.io/setup.html#local-testnets) - [Local testnet using Nimbus](https://github.com/status-im/nimbus-eth1/blob/master/fluffy/docs/local_testnet.md) -### Public Beacon Test-chains {#public-beacon-testchains} +### Public Ethereum Test-chains {#public-beacon-testchains} -There are also public test implementations of the Beacon Chain. The recommended testnet with long-term support is Prater (which will eventually merge with the Goerli chain). The Ropsten Chain was recently merged with its own Beacon Chain and is currently still available for testing consensus client implementations and post-merge application development. +There are also currently three public test implementations of Ethereum. The recommended testnet with long-term support is Prater (which will eventually merge with the Goerli chain). Sepolia is also expected to be maintained for the foreseeable future, but the validator set is permissioned meaning there is no general access to new validators on this testnet. The Ropsten Chain is expected to be deprecated. - [Prater Staking Launchpad](https://prater.launchpad.ethereum.org/en/) - [Ropsten Staking Launchpad](https://ropsten.launchpad.ethereum.org/en/) From 876b5120821f32c9b1e5a108d85e95062e954831 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Wed, 31 Aug 2022 01:52:31 +0200 Subject: [PATCH 2/2] Update src/content/developers/docs/development-networks/index.md --- src/content/developers/docs/development-networks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/developers/docs/development-networks/index.md b/src/content/developers/docs/development-networks/index.md index c995bfad693..0a55a530859 100644 --- a/src/content/developers/docs/development-networks/index.md +++ b/src/content/developers/docs/development-networks/index.md @@ -59,7 +59,7 @@ Some consensus clients have built-in tools for spinning up local Beacon chains f ### Public Ethereum Test-chains {#public-beacon-testchains} -There are also currently three public test implementations of Ethereum. The recommended testnet with long-term support is Prater (which will eventually merge with the Goerli chain). Sepolia is also expected to be maintained for the foreseeable future, but the validator set is permissioned meaning there is no general access to new validators on this testnet. The Ropsten Chain is expected to be deprecated. +There are also three current public test implementations of Ethereum. The recommended testnet with long-term support is Goerli. Sepolia is also expected to be maintained for the foreseeable future, but the validator set is permissioned meaning there is no general access to new validators on this testnet. The Ropsten chain is expected to be deprecated. - [Prater Staking Launchpad](https://prater.launchpad.ethereum.org/en/) - [Ropsten Staking Launchpad](https://ropsten.launchpad.ethereum.org/en/)