Skip to content

Commit

Permalink
chore: lighthouse -> prysm
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Jul 19, 2024
1 parent 6f379ea commit c7da273
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions network_params.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
participants:
# EL
# EL
- el_type: geth
el_image: ethereum/client-go:latest
el_log_level: ""
Expand All @@ -12,9 +12,10 @@ participants:
el_max_cpu: 0
el_min_mem: 0
el_max_mem: 0
# CL
cl_type: lighthouse
cl_image: sigp/lighthouse:latest
# CL
#
cl_type: prysm
cl_image: gcr.io/prysmaticlabs/prysm/beacon-chain:stable
cl_log_level: ""
cl_extra_env_vars: {}
cl_extra_labels: {}
Expand All @@ -26,9 +27,9 @@ participants:
cl_min_mem: 0
cl_max_mem: 0
use_separate_vc: true
# Validator
vc_type: lighthouse
vc_image: sigp/lighthouse:latest
# Validator
vc_type: prysm
vc_image: gcr.io/prysmaticlabs/prysm/validator:stable
vc_log_level: ""
vc_extra_env_vars: {}
vc_extra_labels: {}
Expand All @@ -39,7 +40,7 @@ participants:
vc_min_mem: 0
vc_max_mem: 0
validator_count: null
# participant specific
# participant specific
node_selectors: {}
tolerations: []
count: 2
Expand Down
2 changes: 1 addition & 1 deletion src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ def default_participant():
"el_max_cpu": 0,
"el_min_mem": 0,
"el_max_mem": 0,
"cl_type": "lighthouse",
"cl_type": "prysm",
"cl_image": "",
"cl_log_level": "",
"cl_extra_env_vars": {},
Expand Down

0 comments on commit c7da273

Please sign in to comment.