We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6648c commit 6791f33Copy full SHA for 6791f33
packages/indexer/src/web3/constants.ts
@@ -75,7 +75,7 @@ export const getChainCacheFollowDistance = (chainId: number) => {
75
};
76
77
const MAX_BLOCK_LOOK_BACK = {
78
- [CHAIN_IDs.MAINNET]: 10000,
+ [CHAIN_IDs.MAINNET]: 5000,
79
[CHAIN_IDs.OPTIMISM]: 10000,
80
[CHAIN_IDs.POLYGON]: 10000,
81
[CHAIN_IDs.BOBA]: 4990,
0 commit comments