File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ BESU_NETWORK=mainnet
44ERIGON_NETWORK = mainnet
55LIGHTHOUSE_NETWORK = mainnet
66OPERATOR_NETWORK = mainnet
7- IMAGE_TAG = v4.1.1 -mainnet
7+ IMAGE_TAG = v4.2.0 -mainnet
88REGISTRY_CONTRACT_ADDRESS = 1a1f82f0365571A0b06df0992FC4D1BCc5Fdc6aD
99NETWORK_CONTRACT_ADDRESS = 829f3c089fE315FCB2BC9506B237BB56b7c3335B
1010CONFIG_CONTRACT_ADDRESS = 07FA0F7f3C67e4cdE0FC23A072dcD712CF9a06C1
Original file line number Diff line number Diff line change 11services :
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 :
Original file line number Diff line number Diff line change 11services :
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 :
You can’t perform that action at this time.
0 commit comments