Skip to content

Commit

Permalink
add bad block gen
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Sep 18, 2024
1 parent caa7308 commit dd2a832
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ansible/inventories/devnet-3/host_vars/lodestar-geth-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: ethpandaops/lighthouse:unstable-a94b12b
lodestar: ethpandaops/lodestar:unstable-295690b
nimbus: ethpandaops/nimbus-eth2:unstable-1503c7d
prysm: ethpandaops/prysm-beacon-chain:develop-a03b34a
prysm_validator: ethpandaops/prysm-validator:develop-a03b34a
teku: ethpandaops/teku:master-aeadce1
grandine: ethpandaops/grandine:electra-af79d77
### Execution layer clients
geth: ethpandaops/geth:bad-block-generator-pectra-b2b3193
11 changes: 11 additions & 0 deletions ansible/inventories/devnet-3/host_vars/nimbus-geth-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: ethpandaops/lighthouse:unstable-a94b12b
lodestar: ethpandaops/lodestar:unstable-295690b
nimbus: ethpandaops/nimbus-eth2:unstable-1503c7d
prysm: ethpandaops/prysm-beacon-chain:develop-a03b34a
prysm_validator: ethpandaops/prysm-validator:develop-a03b34a
teku: ethpandaops/teku:master-aeadce1
grandine: ethpandaops/grandine:electra-af79d77
### Execution layer clients
geth: ethpandaops/geth:bad-block-generator-pectra-b2b3193
11 changes: 11 additions & 0 deletions ansible/inventories/devnet-3/host_vars/teku-geth-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: ethpandaops/lighthouse:unstable-a94b12b
lodestar: ethpandaops/lodestar:unstable-295690b
nimbus: ethpandaops/nimbus-eth2:unstable-1503c7d
prysm: ethpandaops/prysm-beacon-chain:develop-a03b34a
prysm_validator: ethpandaops/prysm-validator:develop-a03b34a
teku: ethpandaops/teku:master-aeadce1
grandine: ethpandaops/grandine:electra-af79d77
### Execution layer clients
geth: ethpandaops/geth:bad-block-generator-pectra-b2b3193

0 comments on commit dd2a832

Please sign in to comment.