From b9f1a3a45b101fe4fe5e1b4956bd65faa3a99c9c Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Tue, 23 Jan 2024 15:54:44 -0300 Subject: [PATCH] fix chain config for eth2 compatibility tests --- .github/workflows/client-compatibility-tests.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client-compatibility-tests.yml b/.github/workflows/client-compatibility-tests.yml index 52b52f8b234..330af881dec 100644 --- a/.github/workflows/client-compatibility-tests.yml +++ b/.github/workflows/client-compatibility-tests.yml @@ -195,13 +195,20 @@ jobs: server_url="$PYROSCOPE_SERVER" environment="$PYROSCOPE_ENVIRONMENT" key="$PYROSCOPE_KEY" - + [PrivateEthereumNetwork] + consensus_type="pos" + consensus_layer="prysm" execution_layer="$execution_layer" + wait_for_finalization=false [PrivateEthereumNetwork.EthereumChainConfig] + chain_id=1337 + genesis_delay=15 seconds_per_slot=3 + validator_count=8 slots_per_epoch=2 + addresses_to_fund=["0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"] EOF BASE64_CONFIG_OVERRIDE=$(cat config.toml | base64 -w 0)