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

Commit

Permalink
add new erigon image
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Aug 22, 2023
1 parent 2d05496 commit b4bdd96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-8/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default_ethereum_client_images:
### Execution layer clients
besu: ethpandaops/besu:pinges-eip4788-0ade8c4 # :heavy_check_mark:
geth: ethpandaops/geth:dencun-devnet-8-946a2da # :heavy_check_mark:
erigon: ethpandaops/erigon:devel-38db2ed # :heavy_check_mark:
erigon: ethpandaops/erigon:consensus-separation-2d915f9 # :heavy_check_mark:
ethereumjs: ethpandaops/ethereumjs:master-e1c1e7a # :heavy_check_mark:
nethermind: nethermindeth/nethermind:cancun # :heavy_check_mark:
reth: ethpandaops/reth:main # :exclamation:
Expand Down
8 changes: 8 additions & 0 deletions ansible/inventories/devnet-8/group_vars/prysm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ validator_bls_sync_files:
owner: prysm
group: prysm

prysm_container_ports:
- "127.0.0.1:{{ prysm_ports_http_beacon }}:{{ prysm_ports_http_beacon }}"
- "{{ prysm_ports_p2p_tcp }}:{{ prysm_ports_p2p_tcp }}"
- "{{ prysm_ports_p2p_udp }}:{{ prysm_ports_p2p_udp }}/udp"
- "127.0.0.1:{{ethereum_node_cl_ports_metrics }}:{{ ethereum_node_cl_ports_metrics }}"
- 0.0.0.0:6060:6060

# role: ethpandaops.general.ethereum_node
ethereum_node_cl: prysm

Expand All @@ -45,6 +52,7 @@ prysm_container_command_extra_simple_args:
- --contract-deployment-block={{ ethereum_network_deposit_contract_block }}
- --min-sync-peers=1
- --pprof
- --pprofaddr=0.0.0.0
- --enable-debug-rpc-endpoints
- --verbosity=debug
- --subscribe-all-subnets
Expand Down

0 comments on commit b4bdd96

Please sign in to comment.