Skip to content
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

INSUFFICIENT_RESOURCES for accounts with a lot of tokens #153

Open
rkalis opened this issue Oct 13, 2023 · 1 comment
Open

INSUFFICIENT_RESOURCES for accounts with a lot of tokens #153

rkalis opened this issue Oct 13, 2023 · 1 comment

Comments

@rkalis
Copy link
Member

rkalis commented Oct 13, 2023

E.g. https://revoke.cash/address/0xeF41421593f0211154665670Ffb925c63243c3C6?chainId=56

We'll probably need to do some rate limiting on getting token data and the like.

@rkalis
Copy link
Member Author

rkalis commented Dec 5, 2023

For now we've fixed this issue by limiting concurrent ky requests to 500. It is technically still possible that RPC requests will cause insufficient resources errors, but this is only really possible on chains that don't support multicall3. Perhaps the best option here is to make sure that the remaining few chains get a multicall3 deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant