Skip to content

Commit

Permalink
Merge pull request #173 from ethpandaops/bbusa/yeet-more
Browse files Browse the repository at this point in the history
yeet: faucet-2 from homepage, fix dugtrio url
  • Loading branch information
barnabasbusa authored Nov 29, 2023
2 parents a361141 + 63eebef commit 34269d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 38 deletions.
2 changes: 1 addition & 1 deletion roles/generate_kubernetes_config/templates/dugtrio.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dugtrio:
enabled: true
className: ingress-nginx-public
hosts:
- host: bn.{{ network_subdomain }}
- host: beacon.{{ network_subdomain }}
paths:
- path: /
pathType: Prefix
Expand Down
32 changes: 0 additions & 32 deletions roles/generate_kubernetes_config/templates/eth-faucet.yaml.j2

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ testnet-homepage:
defaultTheme: dark
ethereum:
faucetUrl: https://faucet.{{ network_subdomain }}
faucet2Url: https://faucet-2.{{ network_subdomain }}
rpcUrl: https://rpc.{{ network_subdomain }}
beaconRpcUrl: https://beacon.{{ network_subdomain }}
explorerUrl: https://explorer.{{ network_subdomain }}
forkmonUrl: https://forkmon.{{ network_subdomain }}
beaconexplorerUrl: "https://{{ ethereum_network_name }}.beaconcha.in"
Expand Down Expand Up @@ -121,22 +121,22 @@ testnet-homepage:
dataLookup: github
- name: "JSON RPC"
dataLookup: rpcUrl
- name: "Beacon RPC"
dataLookup: beaconRpcUrl
- name: "Explorer"
dataLookup: explorerUrl
- name: "Dora the Explorer"
dataLookup: doraUrl
- name: "Beaconchain explorer (not working)"
- name: "Beaconchain explorer"
dataLookup: "beaconexplorerUrl"
- name: "Blobscan"
dataLookup: blobscanUrl
- name: "Blobscan ethpanda edition"
dataLookup: blobscanethpandaUrl
- name: "Checkpoint Sync"
dataLookup: checkpointSyncUrl
- name: "Faucet 1"
- name: "Faucet"
dataLookup: faucetUrl
- name: "Faucet 2"
dataLookup: faucet2Url
- name: "Forkmon"
dataLookup: forkmonUrl
- name: "Ethstats"
Expand Down

0 comments on commit 34269d8

Please sign in to comment.