Skip to content

Commit 1acc201

Browse files
authored
fix: bump peerdas images (#678)
1 parent cd5e043 commit 1acc201

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

.github/tests/peerdas-devnet-1.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
participants:
2+
- cl_type: prysm
3+
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
4+
- cl_type: lighthouse
5+
cl_image: ethpandaops/lighthouse:das
6+
- cl_type: teku
7+
cl_image: ethpandaops/teku:nashatyrev-das
8+
network_params:
9+
network: peerdas-devnet-1
10+
snooper_enabled: true

.github/tests/peerdas-fork.yaml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
11
participants:
2-
- el_type: geth
3-
el_image: ethpandaops/geth:master
4-
cl_type: prysm
2+
- cl_type: prysm
53
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
6-
cl_max_mem: 2048
7-
- el_type: geth
8-
el_image: ethpandaops/geth:master
9-
cl_type: lighthouse
4+
cl_extra_params: [
5+
--subscribe-all-subnets,
6+
]
7+
- cl_type: lighthouse
108
cl_extra_params: [
119
--subscribe-all-data-column-subnets,
1210
]
1311
cl_image: ethpandaops/lighthouse:das
14-
- el_type: geth
15-
cl_type: lighthouse
16-
cl_image: ethpandaops/lighthouse:das
17-
- el_type: geth
18-
el_image: ethpandaops/geth:master
19-
cl_type: teku
20-
cl_image: ethpandaops/teku:das
21-
- el_type: geth
22-
el_image: ethpandaops/geth:master
23-
cl_type: nimbus
24-
cl_image: ethpandaops/nimbus-eth2:wip-peerdas
25-
validator_count: 1
12+
- cl_type: teku
13+
cl_image: ethpandaops/teku:nashatyrev-das
14+
cl_extra_params: [
15+
--p2p-subscribe-all-custody-subnets-enabled,
16+
]
2617
network_params:
2718
eip7594_fork_epoch: 0
2819
eip7594_fork_version: "0x50000038"

0 commit comments

Comments
 (0)