Skip to content

Commit 47bf41a

Browse files
committed
Refactor .env clients
1 parent 6672329 commit 47bf41a

3 files changed

Lines changed: 30 additions & 24 deletions

File tree

.env.sample.holesky

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
44
# Overrides network for all the relevant services.
55
NETWORK=holesky
66

7-
# Execution layer client to be used in a DV setup.
8-
# Available options: nethermind.
7+
# Execution layer client to be used in a DV setup. Uncomment only the desired client.
98
EL=el-nethermind
10-
# Consensus layer client to be used in a DV setup.
11-
# Available options: lighthouse, grandine.
9+
10+
# Consensus layer client to be used in a DV setup. Uncomment only the desired client.
1211
CL=cl-lighthouse
13-
# Validator client to be used in a DV setup.
14-
# Available options: lodestar, nimbus.
12+
#CL=cl-grandine
13+
14+
# Validator client to be used in a DV setup. Uncomment only the desired client.
1515
VC=vc-lodestar
16-
# MEV client to be used in a DV setup.
17-
# Available options: mevboost, commitboost.
16+
#VC=vc-nimbus
17+
18+
# MEV client to be used in a DV setup. Uncomment only the desired client.
1819
MEV=mev-mevboost
20+
#MEV=mev-commitboost
1921

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

.env.sample.hoodi

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
44
# Overrides network for all the relevant services.
55
NETWORK=hoodi
66

7-
# Execution layer client to be used in a DV setup.
8-
# Available options: nethermind.
7+
# Execution layer client to be used in a DV setup. Uncomment only the desired client.
98
EL=el-nethermind
10-
# Consensus layer client to be used in a DV setup.
11-
# Available options: lighthouse, grandine.
9+
10+
# Consensus layer client to be used in a DV setup. Uncomment only the desired client.
1211
CL=cl-lighthouse
13-
# Validator client to be used in a DV setup.
14-
# Available options: lodestar, nimbus.
12+
#CL=cl-grandine
13+
14+
# Validator client to be used in a DV setup. Uncomment only the desired client.
1515
VC=vc-lodestar
16-
# MEV client to be used in a DV setup.
17-
# Available options: mevboost, commitboost.
16+
#VC=vc-nimbus
17+
18+
# MEV client to be used in a DV setup. Uncomment only the desired client.
1819
MEV=mev-mevboost
20+
#MEV=mev-commitboost
1921

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

.env.sample.mainnet

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
44
# Overrides network for all the relevant services.
55
NETWORK=mainnet
66

7-
# Execution layer client to be used in a DV setup.
8-
# Available options: nethermind.
7+
# Execution layer client to be used in a DV setup. Uncomment only the desired client.
98
EL=el-nethermind
10-
# Consensus layer client to be used in a DV setup.
11-
# Available options: lighthouse, grandine.
9+
10+
# Consensus layer client to be used in a DV setup. Uncomment only the desired client.
1211
CL=cl-lighthouse
13-
# Validator client to be used in a DV setup.
14-
# Available options: lodestar, nimbus.
12+
#CL=cl-grandine
13+
14+
# Validator client to be used in a DV setup. Uncomment only the desired client.
1515
VC=vc-lodestar
16-
# MEV client to be used in a DV setup.
17-
# Available options: mevboost, commitboost.
16+
#VC=vc-nimbus
17+
18+
# MEV client to be used in a DV setup. Uncomment only the desired client.
1819
MEV=mev-mevboost
20+
#MEV=mev-commitboost
1921

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

0 commit comments

Comments
 (0)