Skip to content

Commit

Permalink
fix: revert redstone max block lookback (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
amateima authored Jan 8, 2025
1 parent f92e9ba commit a8df10c
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 @@ -83,7 +83,7 @@ const MAX_BLOCK_LOOK_BACK = {
[CHAIN_IDs.BOBA]: 4990,
[CHAIN_IDs.INK]: 10000,
[CHAIN_IDs.ZK_SYNC]: 10000,
[CHAIN_IDs.REDSTONE]: 500, // TODO: Update when Quicknode is enable as a provider
[CHAIN_IDs.REDSTONE]: 10000,
[CHAIN_IDs.LISK]: 10000,
[CHAIN_IDs.BASE]: 10000,
[CHAIN_IDs.MODE]: 10000,
Expand Down

0 comments on commit a8df10c

Please sign in to comment.