Skip to content

Commit 55cde53

Browse files
authored
chore(core): assertoor version fixes (#1360)
1 parent af6c955 commit 55cde53

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/assertoor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup kurtosis testnet and run assertoor tests
2929
uses: ethpandaops/kurtosis-assertoor-github-action@v1
3030
with:
31-
kurtosis_version: '1.3.1'
31+
kurtosis_version: "1.4.2"
3232
ethereum_package_url: 'github.com/lambdaclass/ethereum-package'
3333
ethereum_package_branch: 'lecc-integration-and-assertoor'
3434
ethereum_package_args: './assertoor-config.yml'

assertoor-config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
participants:
22
- el_type: geth
3+
el_image: ethereum/client-go:v1.14.12
34
cl_type: lighthouse
5+
cl_image: sigp/lighthouse:v5.3.0
46
- el_type: geth
7+
el_image: ethereum/client-go:v1.14.12
58
cl_type: lambda
69
cl_image: lambda_ethereum_consensus:latest
710
use_separate_vc: false

0 commit comments

Comments
 (0)