Skip to content

Commit

Permalink
fix nethermind cfg and bump images
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Nov 5, 2024
1 parent 0eb4ee6 commit 008e913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-4/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_ethereum_client_images:
prysm: ethpandaops/prysm-beacon-chain:develop-4aa5410
prysm_validator: ethpandaops/prysm-validator:develop-4aa5410
teku: ethpandaops/teku:master-b22b3d5
grandine: ethpandaops/grandine:pectra-devnet4--a72cc49
grandine: ethpandaops/grandine:pectra-devnet4-ca1f0c0
### Execution layer clients
besu: ethpandaops/besu:pectra-devnet-4-8ab3aac
geth: ethpandaops/geth:lightclient-prague-devnet-4-37035c5
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-4/group_vars/nethermind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nethermind_container_command_extra_args:
- --Discovery.Bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --Init.IsMining=false
- --Pruning.Mode=None
- --config=none.cfg
- --config=none
- --log=INFO
- --Seq.MinLevel=Info
- --Seq.ServerUrl={{ nethermind_seq_server }}
Expand Down

0 comments on commit 008e913

Please sign in to comment.