Skip to content

Commit

Permalink
fix: bump peerdas images (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jun 25, 2024
1 parent cd5e043 commit 1acc201
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
10 changes: 10 additions & 0 deletions .github/tests/peerdas-devnet-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
participants:
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:das
- cl_type: teku
cl_image: ethpandaops/teku:nashatyrev-das
network_params:
network: peerdas-devnet-1
snooper_enabled: true
29 changes: 10 additions & 19 deletions .github/tests/peerdas-fork.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
participants:
- el_type: geth
el_image: ethpandaops/geth:master
cl_type: prysm
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
cl_max_mem: 2048
- el_type: geth
el_image: ethpandaops/geth:master
cl_type: lighthouse
cl_extra_params: [
--subscribe-all-subnets,
]
- cl_type: lighthouse
cl_extra_params: [
--subscribe-all-data-column-subnets,
]
cl_image: ethpandaops/lighthouse:das
- el_type: geth
cl_type: lighthouse
cl_image: ethpandaops/lighthouse:das
- el_type: geth
el_image: ethpandaops/geth:master
cl_type: teku
cl_image: ethpandaops/teku:das
- el_type: geth
el_image: ethpandaops/geth:master
cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:wip-peerdas
validator_count: 1
- cl_type: teku
cl_image: ethpandaops/teku:nashatyrev-das
cl_extra_params: [
--p2p-subscribe-all-custody-subnets-enabled,
]
network_params:
eip7594_fork_epoch: 0
eip7594_fork_version: "0x50000038"
Expand Down

0 comments on commit 1acc201

Please sign in to comment.