Commit 91694dfc authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: add peer_das_epoch to egg (#603)

parent 7b5b0b59
participants:
- el_type: geth
el_image: ethpandaops/geth:lightclient-prague-devnet-0
cl_type: grandine
cl_image: ethpandaops/grandine:feature-electra
- el_type: nethermind
el_image: nethermindeth/nethermind:pectra
cl_type: lodestar
cl_image: ethpandaops/lodestar:electra-fork
network_params:
electra_fork_epoch: 1
additional_services:
- dora
snooper_enabled: true
......@@ -2,7 +2,9 @@ participants:
- el_type: geth
cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDASE2E
count: 3
- el_type: geth
cl_type: lighthouse
cl_image: ethpandaops/lighthouse:das
network_params:
eip7594_fork_epoch: 0
eip7594_fork_version: "0x50000038"
......
......@@ -88,7 +88,7 @@ EIP7594_FORK_VERSION = "0x70000038"
ETHEREUM_GENESIS_GENERATOR = struct(
capella_genesis="ethpandaops/ethereum-genesis-generator:2.0.12", # Deprecated (no support for minimal config)
deneb_genesis="ethpandaops/ethereum-genesis-generator:3.1.1", # Default
deneb_genesis="ethpandaops/ethereum-genesis-generator:3.1.2", # Default
verkle_support_genesis="ethpandaops/ethereum-genesis-generator:3.0.0-rc.19", # soon to be deneb genesis, waiting for rebase
verkle_genesis="ethpandaops/ethereum-genesis-generator:verkle-gen-v1.0.0",
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment