Skip to content

Commit f5dc1cb

Browse files
committed
.env comments rephrasing
1 parent be785cd commit f5dc1cb

3 files changed

Lines changed: 21 additions & 15 deletions

File tree

.env.sample.holesky

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@
55
NETWORK=holesky
66

77
# Execution layer client to be used in a DV setup.
8-
# Available options are: nethermind.
8+
# Available options: nethermind.
99
EL=el-nethermind
1010
# Consensus layer client to be used in a DV setup.
11-
# Available options are: lighthouse, grandine.
11+
# Available options: lighthouse, grandine.
1212
CL=cl-lighthouse
1313
# Validator client to be used in a DV setup.
14-
# Available options are: lodestar.
14+
# Available options: lodestar.
1515
VC=vc-lodestar
1616
# MEV client to be used in a DV setup.
17-
# Available options are: mevboost.
17+
# Available options: mevboost.
1818
MEV=mev-mevboost
19-
# 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.
19+
20+
# Do not edit. These profiles and files dictate Docker which client types and from where to start for execution, consensus, validator and MEV.
21+
# The actual adjustable values are specified above
2022
COMPOSE_PROFILES=${EL},${CL},${VC},${MEV}
2123
COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:docker-compose.yml
2224

.env.sample.hoodi

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@
55
NETWORK=hoodi
66

77
# Execution layer client to be used in a DV setup.
8-
# Available options are: nethermind.
8+
# Available options: nethermind.
99
EL=el-nethermind
1010
# Consensus layer client to be used in a DV setup.
11-
# Available options are: lighthouse, grandine.
11+
# Available options: lighthouse, grandine.
1212
CL=cl-lighthouse
1313
# Validator client to be used in a DV setup.
14-
# Available options are: lodestar.
14+
# Available options: lodestar.
1515
VC=vc-lodestar
1616
# MEV client to be used in a DV setup.
17-
# Available options are: mevboost.
17+
# Available options: mevboost.
1818
MEV=mev-mevboost
19-
# 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.
19+
20+
# Do not edit. These profiles and files dictate Docker which client types and from where to start for execution, consensus, validator and MEV.
21+
# The actual adjustable values are specified above
2022
COMPOSE_PROFILES=${EL},${CL},${VC},${MEV}
2123
COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:docker-compose.yml
2224

.env.sample.mainnet

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@
55
NETWORK=mainnet
66

77
# Execution layer client to be used in a DV setup.
8-
# Available options are: nethermind.
8+
# Available options: nethermind.
99
EL=el-nethermind
1010
# Consensus layer client to be used in a DV setup.
11-
# Available options are: lighthouse, grandine.
11+
# Available options: lighthouse, grandine.
1212
CL=cl-lighthouse
1313
# Validator client to be used in a DV setup.
14-
# Available options are: lodestar.
14+
# Available options: lodestar.
1515
VC=vc-lodestar
1616
# MEV client to be used in a DV setup.
17-
# Available options are: mevboost.
17+
# Available options: mevboost.
1818
MEV=mev-mevboost
19-
# 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.
19+
20+
# Do not edit. These profiles and files dictate Docker which client types and from where to start for execution, consensus, validator and MEV.
21+
# The actual adjustable values are specified above
2022
COMPOSE_PROFILES=${EL},${CL},${VC},${MEV}
2123
COMPOSE_FILE=compose-el.yml:compose-cl.yml:compose-vc.yml:compose-mev.yml:docker-compose.yml
2224

0 commit comments

Comments
 (0)