Add Multicall Support #4
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
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.
The text was updated successfully, but these errors were encountered: