Skip to content

Commit

Permalink
fix: update mainnet lookback (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
amateima authored Nov 30, 2024
1 parent 0a6648c commit 6791f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer/src/web3/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const getChainCacheFollowDistance = (chainId: number) => {
};

const MAX_BLOCK_LOOK_BACK = {
[CHAIN_IDs.MAINNET]: 10000,
[CHAIN_IDs.MAINNET]: 5000,
[CHAIN_IDs.OPTIMISM]: 10000,
[CHAIN_IDs.POLYGON]: 10000,
[CHAIN_IDs.BOBA]: 4990,
Expand Down

0 comments on commit 6791f33

Please sign in to comment.