Skip to content

Commit

Permalink
update blockscout config
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 13, 2025
1 parent c97df17 commit f79c2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/devnet-0/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ blockscout-stack:
pullPolicy: Always
env:
ETHEREUM_JSONRPC_VARIANT: "geth"
ETHEREUM_JSONRPC_HTTP_URL: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.mekong-devnets.node_ingress.combined}>@rpc.lighthouse-geth-1.mekong-devnet-0.ethpandaops.io
ETHEREUM_JSONRPC_HTTP_URL: http://geth-teku-001:8545
ETHEREUM_JSONRPC_WS_URL: ws://geth-teku-001:8546
ETHEREUM_JSONRPC_TRACE_URL: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.mekong-devnets.node_ingress.combined}>@rpc.lighthouse-geth-1.mekong-devnet-0.ethpandaops.io
ETHEREUM_JSONRPC_TRACE_URL: http://geth-teku-001:8545
COIN: ETH
DATABASE_URL: postgres://postgres:postgres@blockscout-postgresql:5432/blockscout?ssl=false
DISABLE_EXCHANGE_RATES: "true"
Expand Down

0 comments on commit f79c2b6

Please sign in to comment.