Skip to content

Commit

Permalink
chore: set maxGetLogsRange for scroll mainnet (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussedev authored Aug 14, 2024
1 parent acfc779 commit 1325e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,7 @@ const CHAINS: Chain[] = [
.default("https://rpc.scroll.io")
.parse(process.env.SCROLL_RPC_URL),
pricesFromTimestamp: Date.UTC(2024, 0, 1, 0, 0, 0),
maxGetLogsRange: 9000,
tokens: [
{
code: "ETH",
Expand Down

0 comments on commit 1325e23

Please sign in to comment.