From 0e5d96475bace657e2e2b36b89f1e127ef7a2ed7 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 29 Mar 2023 06:20:10 -0400 Subject: [PATCH] *Switch to faster RPC for now --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f654ae0..86dd5c9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,7 +9,7 @@ import { DEFAULT_BATCH_SIZE } from "./client/constants.js"; import { handleGETRequest } from "./client/utils.js"; const EXECUTION_RPC_URL = - "https://g.w.lavanet.xyz:443/gateway/eth/rpc-http/f195d68175eb091ec1f71d00f8952b85"; + "https://eth-mainnet.g.alchemy.com/v2/bu1mqVhh0t-sMdud2yaviKt5-gwb4zab"; const CONSENSUS_RPC_URL = "https://www.lightclientdata.org";