From b30e1b48b6b83cfad3ed6e9f06aa65f7e26cef65 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Wed, 27 Dec 2023 12:33:15 +0100 Subject: [PATCH] chnage ethereum json rpc to erigon from geth blockscout --- kubernetes/devnet-12/blockscout/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/devnet-12/blockscout/values.yaml b/kubernetes/devnet-12/blockscout/values.yaml index 00277f2c..b51e2f30 100644 --- a/kubernetes/devnet-12/blockscout/values.yaml +++ b/kubernetes/devnet-12/blockscout/values.yaml @@ -38,9 +38,9 @@ blockscout: ECTO_USE_SSL: "false" SHOW_TXS_CHART: "true" ETHEREUM_JSONRPC_VARIANT: "geth" - ETHEREUM_JSONRPC_HTTP_URL: https://@bn.lighthouse-erigon-1.dencun-devnet-12.ethpandaops.io + ETHEREUM_JSONRPC_HTTP_URL: https://@rpc.lighthouse-erigon-1.dencun-devnet-12.ethpandaops.io ETHEREUM_JSONRPC_WS_URL: ws://geth-teku-001:8546 - ETHEREUM_JSONRPC_TRACE_URL: https://@bn.lighthouse-erigon-1.dencun-devnet-12.ethpandaops.io + ETHEREUM_JSONRPC_TRACE_URL: https://@rpc.lighthouse-erigon-1.dencun-devnet-12.ethpandaops.io INDEXER_COIN_BALANCES_BATCH_SIZE: "5" NETWORK: Ethereum SUBNETWORK: dencun-devnet-12