Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
update lh, add v3
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jan 10, 2024
1 parent d659caa commit 13acf84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ansible/inventories/devnet-12/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: ethpandaops/lighthouse:unstable-c55608b
lighthouse: ethpandaops/lighthouse:unstable-38df87c
lodestar: ethpandaops/lodestar:unstable-9262064
nimbus: ethpandaops/nimbus:unstable-f125a5c
nimbus: statusim/nimbus-eth2:multiarch-v24.1.1
prysm: gcr.io/prysmaticlabs/prysm/beacon-chain:HEAD-5cea6b
prysm_validator: gcr.io/prysmaticlabs/prysm/validator:HEAD-5cea6b
teku: consensys/teku:24.1.0
Expand All @@ -11,7 +11,7 @@ default_ethereum_client_images:
besu: ethpandaops/besu:main-80c8a8f
geth: ethpandaops/geth:master-cd58897
erigon: thorax/erigon:v2.56.1
ethereumjs: ethpandaops/ethereumjs:master-c5054eb
ethereumjs: ethpandaops/ethereumjs:stable-3981bca
nethermind: nethermindeth/nethermind:release-1.25.0
reth: ghcr.io/paradigmxyz/reth:v0.1.0-alpha.14

Expand Down
1 change: 1 addition & 0 deletions ansible/inventories/devnet-12/group_vars/lighthouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ lighthouse_validator_container_volumes:
lighthouse_validator_container_command_extra_args:
- --testnet-dir=/network-config
- --graffiti={{ ansible_hostname }}🐼
- --produce-block-v3
lighthouse_validator_datadir: /data/lighthouse-validator
lighthouse_container_pull: true

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 13acf84

Please sign in to comment.