Skip to content

Commit

Permalink
fix chain config for eth2 compatibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jan 23, 2024
1 parent d9d5854 commit b9f1a3a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/client-compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b9f1a3a

Please sign in to comment.