Skip to content

Commit

Permalink
fix(core): fixed lighthouse in assertoor runs to the latest working v…
Browse files Browse the repository at this point in the history
…ersion (#1374)

**Motivation**

Lighthouse latest image is not starting in our assertoor runs

**Description**

This PR fixes it to the latest working version before today's release of
6.0.0, 5.3.0
  • Loading branch information
rodrigo-o authored Dec 2, 2024
1 parent 9981422 commit 0a989ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/config/assertoor/network_params_blob.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
participants:
- el_type: ethrex
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32

additional_services:
Expand Down
2 changes: 2 additions & 0 deletions .github/config/assertoor/network_params_tx.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
participants:
- el_type: ethrex
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32

additional_services:
Expand Down
3 changes: 3 additions & 0 deletions test_data/network_params.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
participants:
- el_type: ethrex
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32
- el_type: geth
cl_type: lighthouse
cl_image: sigp/lighthouse:v5.3.0
validator_count: 32

additional_services:
Expand Down

0 comments on commit 0a989ea

Please sign in to comment.