Skip to content

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 cc1c447 commit b30e1b4
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: 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_HTTP_URL: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@rpc.lighthouse-erigon-1.dencun-devnet-12.ethpandaops.io
ETHEREUM_JSONRPC_WS_URL: ws://geth-teku-001:8546
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
ETHEREUM_JSONRPC_TRACE_URL: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@rpc.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 b30e1b4

Please sign in to comment.