Skip to content

Commit f496400

Browse files
committed
Ethereum Fixed bugs after version bump
1 parent 49ce2ee commit f496400

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/ethereum/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Create your own copy of `.env` file and edit it:
9292
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
9393
cd lib/ethereum
9494
pwd
95-
cp .env-sample .env
95+
cp ./sample-configs/.env-geth-lighthouse .env
9696
nano .env
9797
```
98-
**NOTE:** Example configuration parameters are set in the local `.env-sample` file. You can find more examples inside `sample-configs` directory.
98+
**NOTE:** You can find more examples inside the `sample-configs` directory.
9999

100100

101101
4. Deploy common components such as IAM role, and Amazon S3 bucket to store data snapshots

lib/ethereum/lib/assets/docker-compose/docker-compose-erigon-lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: "3"
33
services:
44
erigon_node:
5-
image: thorax/erigon:2.57.0-__IMAGE_ARCH__
5+
image: thorax/erigon:2.59.0-__IMAGE_ARCH__
66
container_name: execution
77
restart: always
88
command:

lib/ethereum/lib/assets/docker-compose/docker-compose-erigon-prysm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- "30303:30303/udp"
4444

4545
prysm_node:
46-
image: rocketpool/prysm:v4.2.0
46+
image: rocketpool/prysm:v5.0.1
4747
container_name: consensus
4848
restart: always
4949
command:

0 commit comments

Comments
 (0)