Skip to content

Commit

Permalink
Merge pull request #2 from ethpandaops/pk910/dora-with-el-requests
Browse files Browse the repository at this point in the history
dora with el requests UI
  • Loading branch information
barnabasbusa authored Nov 4, 2024
2 parents 64ef454 + ac45f79 commit 60bee19
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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 @@ -33,7 +33,7 @@ default_tooling_images:
eth_fauceth: chainflag/eth-faucet:latest
blobscan: blossomlabs/blobscan:latest
blobscan_indexer: blossomlabs/blobscan-indexer:latest
dora: ethpandaops/dora:master-latest
dora: ethpandaops/dora:pk910-trigger-el-requests-latest
dugtrio: ethpandaops/dugtrio:latest
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.4.0
tracoor: ethpandaops/tracoor:0.0.25-debian
Expand Down
12 changes: 11 additions & 1 deletion kubernetes/devnet-0/dora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dora:
fullnameOverride: dora
image:
repository: ethpandaops/dora
tag: master-latest
tag: pk910-trigger-el-requests-latest
pullPolicy: Always
resources:
requests:
Expand All @@ -31,6 +31,16 @@ dora:
value: "true"
- name: FRONTEND_SHOW_SENSITIVE_PEER_INFOS
value: "true"
- name: FRONTEND_ETH_EXPLORER_LINK
value: "https://explorer.mekong.ethpandaops.io/"
- name: FRONTEND_PUBLIC_RPC_URL
value: "https://rpc.mekong.ethpandaops.io"
- name: FRONTEND_RAINBOWKIT_PROJECT_ID
value: "15fe4ab4d5c0bcb6f0dc7c398301ff0e"
- name: FRONTEND_SHOW_SUBMIT_DEPOSIT
value: "true"
- name: FRONTEND_SHOW_SUBMIT_EL_REQUESTS
value: "true"
postgresql:
name: "dora-postgresql"
fullnameOverride: "dora-postgresql"
Expand Down

0 comments on commit 60bee19

Please sign in to comment.