Skip to content

Commit

Permalink
Update redstone look back
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara committed Dec 6, 2024
1 parent c168c0a commit 24d2a3b
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 @@ -80,7 +80,7 @@ const MAX_BLOCK_LOOK_BACK = {
[CHAIN_IDs.POLYGON]: 10000,
[CHAIN_IDs.BOBA]: 4990,
[CHAIN_IDs.ZK_SYNC]: 10000,
[CHAIN_IDs.REDSTONE]: 10000,
[CHAIN_IDs.REDSTONE]: 500,
[CHAIN_IDs.LISK]: 10000,
[CHAIN_IDs.BASE]: 10000,
[CHAIN_IDs.MODE]: 10000,
Expand Down

0 comments on commit 24d2a3b

Please sign in to comment.