We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6c955 commit 55cde53Copy full SHA for 55cde53
.github/workflows/assertoor.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup kurtosis testnet and run assertoor tests
29
uses: ethpandaops/kurtosis-assertoor-github-action@v1
30
with:
31
- kurtosis_version: '1.3.1'
+ kurtosis_version: "1.4.2"
32
ethereum_package_url: 'github.com/lambdaclass/ethereum-package'
33
ethereum_package_branch: 'lecc-integration-and-assertoor'
34
ethereum_package_args: './assertoor-config.yml'
assertoor-config.yml
@@ -1,7 +1,10 @@
1
participants:
2
- el_type: geth
3
+ el_image: ethereum/client-go:v1.14.12
4
cl_type: lighthouse
5
+ cl_image: sigp/lighthouse:v5.3.0
6
7
8
cl_type: lambda
9
cl_image: lambda_ethereum_consensus:latest
10
use_separate_vc: false
0 commit comments