Skip to content

Commit

Permalink
fix: Update CANNON_BEACON_NODE_URL with new hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jan 20, 2025
1 parent 01106cb commit 9358e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-5/group_vars/xatu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ xatu_stack_env_vars:

CANNON_XATU_COORDINATOR_AUTHORIZATION: "{{ secret_xatu_coordinator_secret }}"
CANNON_XATU_OUTPUT_AUTHORIZATION: "Bearer {{ secret_xatu_event_ingester_secret }}"
CANNON_BEACON_NODE_URL: https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.bootnode-1.{{ network_subdomain }}
CANNON_BEACON_NODE_URL: https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.lighthouse-geth-1.{{ network_subdomain }}
CANNON_NETWORK_NAME: "{{ ethereum_network_name }}"

0 comments on commit 9358e79

Please sign in to comment.