Skip to content

Commit

Permalink
fix: Archive node URL retrieve for Ethereum Sepolia. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes committed Apr 12, 2024
1 parent 15f56bc commit 994cdab
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 @@ -42,7 +42,7 @@ export const getConfig = (chainId: number): ProcessorConfig => {
case 11155111: // sepolia
return {
dataSource: {
archive: lookupArchive('sepolia'),
archive: lookupArchive('eth-sepolia'),
chain:
process.env[RPC_URL] ??
'https://rpc.ankr.com/eth_sepolia',
Expand Down

0 comments on commit 994cdab

Please sign in to comment.