Skip to content

Commit 024e775

Browse files
committed
Refactor .envs
1 parent f827ffa commit 024e775

File tree

3 files changed

+33
-18
lines changed

3 files changed

+33
-18
lines changed

.env.sample.holesky

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@
44
# Overrides network for all the relevant services.
55
NETWORK=holesky
66

7-
# These profiles dictate what client types to start for execution, consensus, validator and mev clients.
7+
# Execution layer client to be used in a DV setup.
8+
# Available options are: nethermind.
89
EL=nethermind
9-
#EL=geth
10+
# Consensus layer client to be used in a DV setup.
11+
# Available options are: lighthouse, grandine.
1012
CL=lighthouse
11-
#CL=grandine
13+
# Distributed validator client to be used in a DV setup.
14+
# Available options are: charon.
1215
DV=charon
13-
#DV=charon
16+
# Validator client to be used in a DV setup.
17+
# Available options are: lodestar.
1418
VC=lodestar
15-
#VC=nimbus
19+
# MEV client to be used in a DV setup.
20+
# Available options are: mevboost.
1621
MEV=mevboost
17-
#MEV=commitboost
22+
# Do not edit. These profiles and files dictate Docker what client types to start for execution, consensus, validator and mev clients, which are specified above.
1823
COMPOSE_PROFILES=el_${EL},cl_${CL},dv_${DV},vc_${VC},mev_${MEV}
1924
COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:docker-compose.yml
2025

.env.sample.hoodi

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@
44
# Overrides network for all the relevant services.
55
NETWORK=hoodi
66

7-
# These profiles dictate what client types to start for execution, consensus, validator and mev clients.
7+
# Execution layer client to be used in a DV setup.
8+
# Available options are: nethermind.
89
EL=nethermind
9-
#EL=geth
10+
# Consensus layer client to be used in a DV setup.
11+
# Available options are: lighthouse, grandine.
1012
CL=lighthouse
11-
#CL=grandine
13+
# Distributed validator client to be used in a DV setup.
14+
# Available options are: charon.
1215
DV=charon
13-
#DV=charon
16+
# Validator client to be used in a DV setup.
17+
# Available options are: lodestar.
1418
VC=lodestar
15-
#VC=nimbus
19+
# MEV client to be used in a DV setup.
20+
# Available options are: mevboost.
1621
MEV=mevboost
17-
#MEV=commitboost
22+
# Do not edit. These profiles and files dictate Docker what client types to start for execution, consensus, validator and mev clients, which are specified above.
1823
COMPOSE_PROFILES=el_${EL},cl_${CL},dv_${DV},vc_${VC},mev_${MEV}
1924
COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:docker-compose.yml
2025

.env.sample.mainnet

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@
44
# Overrides network for all the relevant services.
55
NETWORK=mainnet
66

7-
# These profiles dictate what client types to start for execution, consensus, validator and mev clients.
7+
# Execution layer client to be used in a DV setup.
8+
# Available options are: nethermind.
89
EL=nethermind
9-
#EL=geth
10+
# Consensus layer client to be used in a DV setup.
11+
# Available options are: lighthouse, grandine.
1012
CL=lighthouse
11-
#CL=grandine
13+
# Distributed validator client to be used in a DV setup.
14+
# Available options are: charon.
1215
DV=charon
13-
#DV=charon
16+
# Validator client to be used in a DV setup.
17+
# Available options are: lodestar.
1418
VC=lodestar
15-
#VC=nimbus
19+
# MEV client to be used in a DV setup.
20+
# Available options are: mevboost.
1621
MEV=mevboost
17-
#MEV=commitboost
22+
# Do not edit. These profiles and files dictate Docker what client types to start for execution, consensus, validator and mev clients, which are specified above.
1823
COMPOSE_PROFILES=el_${EL},cl_${CL},dv_${DV},vc_${VC},mev_${MEV}
1924
COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:docker-compose.yml
2025

0 commit comments

Comments
 (0)