-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved historic positions cache #394
Conversation
const MAX_BATCH_SIZE: Record<EvmChain, number> = { | ||
[EvmChain.Ethereum]: 10, | ||
[EvmChain.Optimism]: 10, | ||
[EvmChain.Bsc]: 10, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mate can you try bsc please?
You might need to reenable the bsc adapters in the SupportedProtocols file.
I expect you will hit max-block-range-limits on the node provider.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BSC looks completely broken right now. No errors and no results with eth_getLogs.
|
No description provided.