Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/tests/pectra-devnet-0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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
4 changes: 3 additions & 1 deletion .github/tests/peerdas-fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/package_io/constants.star
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand Down