Skip to content

Commit

Permalink
refactor: Replace viem sepolia default http by Ankr rpc.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes committed Feb 1, 2024
1 parent 6d6bb2a commit eb3c481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit eb3c481

Please sign in to comment.