From eb3c48157736edf6a67f812b8eaa877c1323db34 Mon Sep 17 00:00:00 2001 From: Bruno Menezes Date: Fri, 2 Feb 2024 12:42:34 +1300 Subject: [PATCH] refactor: Replace viem sepolia default http by Ankr rpc. --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index fbfa201..66d1a79 100644 --- a/src/config.ts +++ b/src/config.ts @@ -64,7 +64,7 @@ export const getConfig = (chainId: number): ProcessorConfig => { rpcEndpoint: { url: process.env[RPC_URL] ?? - sepolia.rpcUrls.default.http[0], + 'https://rpc.ankr.com/eth_sepolia', }, }, from: Math.min(