You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/ethereum/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ nano .env
121
121
122
122
**Configure your Node Runners Ethereum - Erigon Lighthouse**
123
123
124
-
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:
124
+
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:
125
125
```bash
126
126
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
127
127
cd lib/ethereum
@@ -160,7 +160,7 @@ nano .env
160
160
161
161
**Configure your Node Runners Ethereum - Nethermind Teku**
162
162
163
-
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:
163
+
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:
164
164
```bash
165
165
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
166
166
cd lib/ethereum
@@ -179,7 +179,7 @@ nano .env
179
179
180
180
**Configure your Node Runners Ethereum - Besu Teku**
181
181
182
-
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:
182
+
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:
183
183
```bash
184
184
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
0 commit comments