Skip to content

Commit

Permalink
Check default block to query
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Jun 29, 2023
1 parent 12246f3 commit 86273ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export const maxBlocksToQueryByChain = {
default: 400,
ethereum: 400,
polygon: 2000,
fantom: 5000,
arbitrum: 25000,
avalanche: 3000,
fantom: 1000,
arbitrum: 5000,
avalanche: 1000,
avax: 3000,
bsc: 2000,
optimism: 12000,
optimism: 3000,
gnosis: 400,
aurora: 5400,
celo: 1200,
Expand Down

0 comments on commit 86273ea

Please sign in to comment.