Skip to content

Commit

Permalink
fix lh
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Nov 7, 2024
1 parent c144c72 commit 2720a26
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ethstats_secret: "{{ secret_ethstats }}"

### Checkpoint sync specific for Ansible & Kubernetes
checkpoint_sync_node: bootnode-1
ethereum_node_cl_checkpoint_sync_enabled: false
ethereum_node_cl_checkpoint_sync_enabled: true
checkpoint_sync_url: https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.{{ checkpoint_sync_node }}.{{ ethereum_network_name }}.{{ domain }}
checkpoint_sync_url_kube: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@bn.{{ checkpoint_sync_node }}.{{ ethereum_network_name }}.{{ domain }}
# ██████╗░░█████╗░██╗░░░░░███████╗  ██╗░░░██╗░█████╗░██████╗░░██████╗
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
@@ -1,6 +1,6 @@
default_ethereum_client_images:
### Consensus layer clients
lighthouse: ethpandaops/lighthouse:pawan-electra-alpha7-b2b728d
lighthouse: ethpandaops/lighthouse:electra-alpha7-27ce1a0
lodestar: ethpandaops/lodestar:devnet-4-1531b19
nimbus: ethpandaops/nimbus-eth2:4JM-25aae76
prysm: ethpandaops/prysm-beacon-chain:develop-4aa5410
Expand Down
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 @@ -39,7 +39,6 @@ lighthouse_container_volumes:
lighthouse_container_command_extra_args:
- --testnet-dir=/network-config
- --boot-nodes={{ ethereum_cl_bootnodes | join(',') }}
- --allow-insecure-genesis-sync
- --target-peers=200
lighthouse_validator_container_volumes:
- "{{ lighthouse_validator_datadir }}:/validator-data"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
lighthouse_container_command_extra_args:
- --testnet-dir=/network-config
- --boot-nodes={{ ethereum_cl_bootnodes | join(',') }}
- --allow-insecure-genesis-sync
- --genesis-backfill
- --reconstruct-historic-states
- --disable-backfill-rate-limiting

0 comments on commit 2720a26

Please sign in to comment.