From c89d0764d6989c7ee86d51ba5f77ce623b98f3ae Mon Sep 17 00:00:00 2001 From: Derek Lee <103802618+leeederek@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:59:22 -0400 Subject: [PATCH] Update description of Kurtosis Ethereum package --- 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 6ab3c8ade9c..2077069c1a3 100644 --- a/src/content/developers/docs/development-networks/index.md +++ b/src/content/developers/docs/development-networks/index.md @@ -32,7 +32,7 @@ You _could_ [run a node](/developers/docs/nodes-and-clients/#running-your-own-no Kurtosis is a build system for multi-container test environments which enables developers to locally spin up reproducible instances of blockchain networks. -The Ethereum Kurtosis package locally instantiates a containerized and parameterizable Ethereum testnet, with support for 9 different Execution Layer (EL) and Consensus Layer (CL) clients. Kurtosis gracefully handles all local port mappings and service connections for easy dApp and smart contract prototyping and testing. +The Ethereum Kurtosis package locally instantiates a containerized and parameterizable Ethereum testnet, with support for multiple different Execution Layer (EL) and Consensus Layer (CL) clients and an n-number of nodes. Kurtosis gracefully handles all local port mappings and service connections for easy dApp and smart contract prototyping and testing. - [Ethereum network package](https://github.com/kurtosis-tech/eth-network-package) - [Website](https://www.kurtosis.com/)