From 00aad4693fb1630853f918c67e2fc991062c11fd Mon Sep 17 00:00:00 2001 From: Varsha Narmat Date: Fri, 30 Aug 2024 16:41:01 -0400 Subject: [PATCH] update config typos --- lib/ethereum/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ethereum/README.md b/lib/ethereum/README.md index d61c665..f7f8e78 100644 --- a/lib/ethereum/README.md +++ b/lib/ethereum/README.md @@ -121,7 +121,7 @@ nano .env **Configure your Node Runners Ethereum - Erigon Lighthouse** -To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Erigon / Prysm node deployment is as follows, which uses a sample config from the repository: +To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Erigon / Lighthouse node deployment is as follows, which uses a sample config from the repository: ```bash # Make sure you are in aws-blockchain-node-runners/lib/ethereum cd lib/ethereum @@ -160,7 +160,7 @@ nano .env **Configure your Node Runners Ethereum - Nethermind Teku** -To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Geth / Lighthouse node deployment is as follows, which uses a sample config from the repository: +To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Nethermind / Teku node deployment is as follows, which uses a sample config from the repository: ```bash # Make sure you are in aws-blockchain-node-runners/lib/ethereum cd lib/ethereum @@ -179,7 +179,7 @@ nano .env **Configure your Node Runners Ethereum - Besu Teku** -To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Geth / Lighthouse node deployment is as follows, which uses a sample config from the repository: +To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Besu / Teku node deployment is as follows, which uses a sample config from the repository: ```bash # Make sure you are in aws-blockchain-node-runners/lib/ethereum cd lib/ethereum