Skip to content

Commit

Permalink
configs/cancun: add all consensus clients
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored and Eikix committed Mar 1, 2024
1 parent f8aa437 commit 88a8ec6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions configs/cancun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,42 @@
build_args:
github: paradigmxyz/reth
tag: main

- client: teku-bn
- client: teku-vc

- client: prysm-bn
nametag: deneb
build_args:
baseimage: ethpandaops/prysm
tag: develop-linux-amd64
- client: prysm-vc
nametag: deneb
build_args:
baseimage: ethpandaops/prysm-validator
tag: develop-linux-amd64

- client: lighthouse-bn
nametag: deneb
build_args:
baseimage: sigp/lighthouse
tag: deneb-modern
- client: lighthouse-vc
nametag: deneb
build_args:
baseimage: sigp/lighthouse
tag: deneb-modern

- client: lodestar-bn
nametag: deneb
build_args:
baseimage: ethpandaops/lodestar
tag: deneb-builder
- client: lodestar-vc
nametag: deneb
build_args:
baseimage: ethpandaops/lodestar
tag: deneb-builder

- client: nimbus-bn
- client: nimbus-vc

0 comments on commit 88a8ec6

Please sign in to comment.