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

Add Multicall Support #4

Open
chand1012 opened this issue Jan 11, 2023 · 0 comments
Open

Add Multicall Support #4

chand1012 opened this issue Jan 11, 2023 · 0 comments
Labels
enhancement This issue improves or changes existing features already shipped low priority This issue is not time-sensitive and may not have a significant impact

Comments

@chand1012
Copy link
Contributor

One of the issues I had when working on #2 was that I was getting rate limited by the RPC API. A simple solution would be to take the mass of Web3 requests we're making and turn them into Web3 multicalls. Ideally I would like to automatically do this without specifying in the config we want to run a multicall request. Someone has already made a helper for this that's compatible with ethers, see ethers-multicall.

TLDR

Find a way to implement ethers-multicall into this project without having to modify the dashboard configs.

@0xju1ie 0xju1ie added enhancement This issue improves or changes existing features already shipped low priority This issue is not time-sensitive and may not have a significant impact labels Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue improves or changes existing features already shipped low priority This issue is not time-sensitive and may not have a significant impact
Projects
None yet
Development

No branches or pull requests

2 participants