Skip to content

Commit 6791f33

Browse files
authored
fix: update mainnet lookback (#123)
1 parent 0a6648c commit 6791f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/indexer/src/web3/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const getChainCacheFollowDistance = (chainId: number) => {
7575
};
7676

7777
const MAX_BLOCK_LOOK_BACK = {
78-
[CHAIN_IDs.MAINNET]: 10000,
78+
[CHAIN_IDs.MAINNET]: 5000,
7979
[CHAIN_IDs.OPTIMISM]: 10000,
8080
[CHAIN_IDs.POLYGON]: 10000,
8181
[CHAIN_IDs.BOBA]: 4990,

0 commit comments

Comments
 (0)