Skip to content

Commit

Permalink
fix: update blast following distance (#503)
Browse files Browse the repository at this point in the history
Co-authored-by: amateima <[email protected]>
  • Loading branch information
amateima and amateima authored Dec 16, 2024
1 parent 25631af commit 025ac81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/scraper/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ export class ScraperService {
return 15;
}

if (chainId === ChainIds.blast) {
return 15;
}

return 10;
}

Expand Down

0 comments on commit 025ac81

Please sign in to comment.