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

Commit

Permalink
update blobscan url
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Feb 26, 2024
1 parent 5405e28 commit f81799c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[defaults]
ansible_managed = Ansible managed. Don't change this file manually. Template info: {{{{ (template_fullpath | replace(playbook_dir,'')) }}}}
stdout_callback = yaml
inventory = inventories/devnet-12/inventory.ini inventories/devnet-12/hetzner_inventory.ini
inventory = inventories/devnet-12/inventory.ini, inventories/devnet-12/hetzner_inventory.ini
roles_path = vendor/roles/:roles
collections_path = vendor/collections
forks = 75
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/devnet-12/blobscan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ blobscan:
NEXT_PUBLIC_NETWORK_NAME: dencun-devnet-12
NEXT_PUBLIC_BEACON_BASE_URL: https://dora.dencun-devnet-12.ethpandaops.io
NEXT_PUBLIC_EXPLORER_BASE_URL: https://explorer.dencun-devnet-12.ethpandaops.io
BEACON_NODE_ENDPOINT: http://teku-geth-001:5052
BEACON_NODE_ENDPOINT: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@bn.bootnode-1.dencun-devnet-12.ethpandaops.io
CHAIN_ID: "7011893062"
blobscandb:
fullnameOverride: blobscan-blobscandb
Expand All @@ -36,8 +36,8 @@ blobscan-indexer:
tag: latest
pullPolicy: Always
config:
EXECUTION_NODE_ENDPOINT: http://geth-teku-001:8545
BEACON_NODE_ENDPOINT: http://teku-geth-001:5052
EXECUTION_NODE_ENDPOINT: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@rpc.bootnode-1.dencun-devnet-12.ethpandaops.io
BEACON_NODE_ENDPOINT: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@bn.bootnode-1.dencun-devnet-12.ethpandaops.io

# Blobscan API
blobscan-api:
Expand All @@ -47,7 +47,7 @@ blobscan-api:
tag: latest
pullPolicy: Always
config:
BEACON_NODE_ENDPOINT: http://teku-geth-001:5052
BEACON_NODE_ENDPOINT: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@bn.bootnode-1.dencun-devnet-12.ethpandaops.io
CHAIN_ID: "7011893062"
ingress:
enabled: true
Expand Down

0 comments on commit f81799c

Please sign in to comment.