From 32441ea499950f1b16484597b40a274693ad0ee5 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Mon, 18 Mar 2024 11:09:52 +0100 Subject: [PATCH] explicitly set ethereum version (#12459) --- .github/workflows/client-compatibility-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-compatibility-tests.yml b/.github/workflows/client-compatibility-tests.yml index 5aead952b3..16566e582f 100644 --- a/.github/workflows/client-compatibility-tests.yml +++ b/.github/workflows/client-compatibility-tests.yml @@ -205,7 +205,7 @@ jobs: key_secret="$PYROSCOPE_KEY" [PrivateEthereumNetwork] - consensus_type="pos" + ethereum_version="eth2" consensus_layer="prysm" execution_layer="$execution_layer" wait_for_finalization=false