Skip to content

Commit

Permalink
make changes to support new format
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Jun 21, 2024
1 parent f92ee75 commit b515062
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions ansible/cleanup_ethereum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- "nethermind"
- "reth"
- "execution"
- "execution-init"
- "reth"
# Consensus layer clients
- "lighthouse-validator"
Expand Down
6 changes: 3 additions & 3 deletions ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ethereum_genesis_generator_config_files:
export NUMBER_OF_VALIDATORS=200
export DENEB_FORK_VERSION="0x50{{ ethereum_genesis_fork_version_suffix }}"
export ELECTRA_FORK_VERSION="0x60{{ ethereum_genesis_fork_version_suffix }}"
export ELECTRA_FORK_EPOCH="5"
export ELECTRA_FORK_EPOCH="999999"
export EIP7594_FORK_VERSION="0x70{{ ethereum_genesis_fork_version_suffix }}"
export EIP7594_FORK_EPOCH="999999"
export GENESIS_TIMESTAMP={{ ethereum_genesis_timestamp }}
Expand Down Expand Up @@ -127,9 +127,9 @@ xatu_sentry_config_network_name_override: "{{ ethereum_network_name }}"
ethereum_metrics_exporter_container_image: "{{ default_tooling_images.ethereum_metrics_exporter }}"

# role: eth_testnet_config
eth_testnet_config_dir: /data/ethereum-network-config
eth_testnet_config_dir: /data/ethereum-network-config/metadata
eth_testnet_config_local_dir_enabled: true
eth_testnet_config_local_dir_src: "{{ ethereum_genesis_generator_output_dir }}/"
eth_testnet_config_local_dir_src: "{{ ethereum_genesis_generator_output_dir }}/metadata/"

# role: gen_basic_auth_nginx
gen_basic_auth_nginx_name: "{{ secret_nginx_shared_basic_auth.name }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ default_tooling_images:
blobscan_indexer: blossomlabs/blobscan-indexer:latest
dora: ethpandaops/dora:master
dugtrio: ethpandaops/dugtrio:latest
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.2.1
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.3.3
mev_boost: flashbots/mev-boost:latest
mev_relay: flashbots/mev-boost-relay:latest
mev_builder: flashbots/mev-builder:latest
1 change: 0 additions & 1 deletion ansible/inventories/devnet-0/group_vars/lighthouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ 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
1 change: 0 additions & 1 deletion ansible/inventories/devnet-0/group_vars/lodestar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ lodestar_validator_container_volumes:
lodestar_validator_container_command_extra_args:
- --paramsFile=/network-config/config.yaml
- --graffiti={{ ansible_hostname }}
- --useProduceBlockV3
lodestar_validator_datadir: /data/lodestar-validator
lodestar_container_pull: true

0 comments on commit b515062

Please sign in to comment.