Skip to content

Commit c721d01

Browse files
committed
update version for release v4.2.0
1 parent 4f411a6 commit c721d01

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BESU_NETWORK=mainnet
44
ERIGON_NETWORK=mainnet
55
LIGHTHOUSE_NETWORK=mainnet
66
OPERATOR_NETWORK=mainnet
7-
IMAGE_TAG=v4.1.1-mainnet
7+
IMAGE_TAG=v4.2.0-mainnet
88
REGISTRY_CONTRACT_ADDRESS=1a1f82f0365571A0b06df0992FC4D1BCc5Fdc6aD
99
NETWORK_CONTRACT_ADDRESS=829f3c089fE315FCB2BC9506B237BB56b7c3335B
1010
CONFIG_CONTRACT_ADDRESS=07FA0F7f3C67e4cdE0FC23A072dcD712CF9a06C1

docker-compose-operator-mev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
geth:
3-
image: ethereum/client-go:v1.15.11
3+
image: ethereum/client-go:v1.16.7
44
pull_policy: always
55
restart: unless-stopped
66
network_mode: "host"
@@ -36,7 +36,7 @@ services:
3636
- "30303"
3737

3838
mev-boost:
39-
image: flashbots/mev-boost:1.9
39+
image: flashbots/mev-boost:1.10
4040
network_mode: "host"
4141
pull_policy: always
4242
restart: unless-stopped
@@ -45,7 +45,7 @@ services:
4545
- "18550"
4646
lighthouse:
4747
network_mode: "host"
48-
image: sigp/lighthouse:v7.0.1
48+
image: sigp/lighthouse:v8.0.0
4949
pull_policy: always
5050
restart: unless-stopped
5151
volumes:

docker-compose-operator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
geth:
3-
image: ethereum/client-go:v1.15.11
3+
image: ethereum/client-go:v1.16.7
44
pull_policy: always
55
restart: unless-stopped
66
network_mode: "host"
@@ -37,7 +37,7 @@ services:
3737

3838
lighthouse:
3939
network_mode: "host"
40-
image: sigp/lighthouse:v7.0.1
40+
image: sigp/lighthouse:v8.0.0
4141
pull_policy: always
4242
restart: unless-stopped
4343
volumes:

0 commit comments

Comments
 (0)