Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Nov 25, 2024
1 parent 1f2c0de commit 886b81d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
14 changes: 7 additions & 7 deletions ansible/inventories/devnet-0/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: docker.ethquokkaops.io/dh/ethpandaops/lighthouse:electra-alpha7-da953b8
lodestar: docker.ethquokkaops.io/dh/ethpandaops/lodestar:devnet-4-1531b19
nimbus: docker.ethquokkaops.io/dh/ethpandaops/nimbus-eth2:4JM-25aae76
prysm: docker.ethquokkaops.io/dh/ethpandaops/prysm-beacon-chain:develop-4aa5410
prysm_validator: docker.ethquokkaops.io/dh/ethpandaops/prysm-validator:develop-4aa5410
lodestar: docker.ethquokkaops.io/dh/chainsafe/lodestar:v1.23.0
nimbus: docker.ethquokkaops.io/dh/ethpandaops/nimbus-eth2:mekong-support-03fe86f
prysm: docker.ethquokkaops.io/gcr/prysmaticlabs/prysm/beacon-chain:v5.1.2-mekong
prysm_validator: docker.ethquokkaops.io/gcr/prysmaticlabs/prysm/validator:v5.1.2-mekong
teku: docker.ethquokkaops.io/dh/consensys/teku:24.10.3
grandine: docker.ethquokkaops.io/dh/ethpandaops/grandine:pectra-devnet4-bd507cb
### Execution layer clients
besu: docker.ethquokkaops.io/dh/ethpandaops/besu:pectra-devnet-4-8ab3aac
geth: docker.ethquokkaops.io/dh/ethpandaops/geth:lightclient-prague-devnet-4-37035c5
erigon: docker.ethquokkaops.io/dh/ethpandaops/erigon:pectra_e2-36c7436
erigon: docker.ethquokkaops.io/dh/erigontech/erigon:v2.61.0-beta1
ethereumjs: docker.ethquokkaops.io/dh/ethpandaops/ethereumjs:7702-devnet-4-plus-t8ntool-f487448
nethermind: docker.ethquokkaops.io/dh/ethpandaops/nethermind:pectra_devnet_4-c3827bc
reth: docker.ethquokkaops.io/dh/ethpandaops/reth:main-dd18af1
nimbusel: docker.ethquokkaops.io/dh/ethpandaops/nimbus-eth1:master-9e98c93
reth: docker.ethquokkaops.io/dh/ethpandaops/reth:main-ac1867b
nimbusel: docker.ethquokkaops.io/dh/ethpandaops/nimbus-eth1:master-fbfc161

default_tooling_images:
xatu_sentry: docker.ethquokkaops.io/dh/ethpandaops/xatu:0.0.16-pectra-debian
Expand Down
6 changes: 4 additions & 2 deletions ansible/inventories/devnet-0/group_vars/erigon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
bootstrap_default_user_authorized_keys_github_team_el:
- Giulio2002
- yperbasis
- somnathb1

# role: ethpandaops.general.ethereum_node
ethereum_node_el: erigon
Expand All @@ -14,15 +15,16 @@ erigon_container_env:
VIRTUAL_PORT: "{{ ethereum_node_el_ports_http_rpc | string }}"
LETSENCRYPT_HOST: "{{ ethereum_node_rcp_hostname }}"
erigon_container_command_extra_args:
- --chain=dev
- --http.api=eth,erigon,engine,web3,net,debug,trace,txpool
- --http.api=eth,erigon,engine,web3,net,debug,trace,txpool,admin
- --http.vhosts=*
- --ws
- --prune=htc
- --networkid={{ ethereum_network_id }}
- --db.size.limit=500GB
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --ethstats={{ inventory_hostname }}:{{ ethstats_secret }}@{{ ethstats_url }}
- --verbosity=5
- --log.dir.verbosity=5
erigon_init_custom_network: true
erigon_init_custom_network_genesis_file: "{{ eth_testnet_config_dir }}/genesis.json"

Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/nimbus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nimbus_container_command_extra_simple_args:
- --network=/network-config
- --validator-monitor-auto=false
- --doppelganger-detection=off
- --log-level=INFO
- --log-level=DEBUG
- --light-client-data-serve=false
- --graffiti={{ ansible_hostname }}
nimbus_container_command_extra_bootnode_args: >-
Expand Down

0 comments on commit 886b81d

Please sign in to comment.