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

Commit

Permalink
chnage ethereum json rpc to erigon from geth blockscout
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 27, 2023
1 parent 1b43e10 commit cc1c447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/devnet-12/blockscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ blockscout:
ECTO_USE_SSL: "false"
SHOW_TXS_CHART: "true"
ETHEREUM_JSONRPC_VARIANT: "geth"
ETHEREUM_JSONRPC_HTTP_URL: http://geth-teku-001:8545
ETHEREUM_JSONRPC_HTTP_URL: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@bn.lighthouse-erigon-1.dencun-devnet-12.ethpandaops.io
ETHEREUM_JSONRPC_WS_URL: ws://geth-teku-001:8546
ETHEREUM_JSONRPC_TRACE_URL: http://geth-teku-001:8545
ETHEREUM_JSONRPC_TRACE_URL: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@bn.lighthouse-erigon-1.dencun-devnet-12.ethpandaops.io
INDEXER_COIN_BALANCES_BATCH_SIZE: "5"
NETWORK: Ethereum
SUBNETWORK: dencun-devnet-12
Expand Down

0 comments on commit cc1c447

Please sign in to comment.