diff --git a/src/index.ts b/src/index.ts index 56fd16e..baf8860 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://eth-mainnet.g.alchemy.com/v2/bu1mqVhh0t-sMdud2yaviKt5-gwb4zab"; + "https://solemn-small-frost.discover.quiknode.pro/dbbe3dc75a8b828611df3f12722de5cc88214947/"; const CONSENSUS_RPC_URL = "https://www.lightclientdata.org";