Skip to content

Commit 8436d43

Browse files
authored
Add option to not start any EL, CL or MEV (#358)
This profile is simply not existing, so it won't start any EL/CL/MEV profile.
1 parent 15a551c commit 8436d43

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.env.sample.holesky

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ NETWORK=holesky
77
# Execution layer client to be used in a DV setup. Uncomment only the desired client.
88
EL=el-nethermind
99
#EL=el-reth
10+
#EL=el-none
1011

1112
# Consensus layer client to be used in a DV setup. Uncomment only the desired client.
1213
CL=cl-lighthouse
1314
#CL=cl-grandine
1415
#CL=cl-teku
1516
#CL=cl-lodestar
17+
#CL=cl-none
1618

1719
# Validator client to be used in a DV setup. Uncomment only the desired client.
1820
VC=vc-lodestar
@@ -23,6 +25,7 @@ VC=vc-lodestar
2325
# MEV client to be used in a DV setup. Uncomment only the desired client.
2426
MEV=mev-mevboost
2527
#MEV=mev-commitboost
28+
#MEV=mev-none
2629

2730
# Do not edit. These profiles and files dictate Docker which client types and from where to start for execution, consensus, validator and MEV.
2831
# The actual adjustable values are specified above

.env.sample.hoodi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ NETWORK=hoodi
77
# Execution layer client to be used in a DV setup. Uncomment only the desired client.
88
EL=el-nethermind
99
#EL=el-reth
10+
#EL=el-none
1011

1112
# Consensus layer client to be used in a DV setup. Uncomment only the desired client.
1213
CL=cl-lighthouse
1314
#CL=cl-grandine
1415
#CL=cl-teku
1516
#CL=cl-lodestar
17+
#CL=cl-none
1618

1719
# Validator client to be used in a DV setup. Uncomment only the desired client.
1820
VC=vc-lodestar
@@ -23,6 +25,7 @@ VC=vc-lodestar
2325
# MEV client to be used in a DV setup. Uncomment only the desired client.
2426
MEV=mev-mevboost
2527
#MEV=mev-commitboost
28+
#MEV=mev-none
2629

2730
# Do not edit. These profiles and files dictate Docker which client types and from where to start for execution, consensus, validator and MEV.
2831
# The actual adjustable values are specified above

.env.sample.mainnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ NETWORK=mainnet
77
# Execution layer client to be used in a DV setup. Uncomment only the desired client.
88
EL=el-nethermind
99
#EL=el-reth
10+
#EL=el-none
1011

1112
# Consensus layer client to be used in a DV setup. Uncomment only the desired client.
1213
CL=cl-lighthouse
1314
#CL=cl-grandine
1415
#CL=cl-teku
1516
#CL=cl-lodestar
17+
#CL=cl-none
1618

1719
# Validator client to be used in a DV setup. Uncomment only the desired client.
1820
VC=vc-lodestar
@@ -23,6 +25,7 @@ VC=vc-lodestar
2325
# MEV client to be used in a DV setup. Uncomment only the desired client.
2426
MEV=mev-mevboost
2527
#MEV=mev-commitboost
28+
#MEV=mev-none
2629

2730
# Do not edit. These profiles and files dictate Docker which client types and from where to start for execution, consensus, validator and MEV.
2831
# The actual adjustable values are specified above

0 commit comments

Comments
 (0)