redux-multicall
redux-multicall copied to clipboard
Improve multichain support
Currently, this lib's interface (Updater + hooks) were designed with the intention of using 1 active chain at a time. For consumers using multiple active chains, this requires inelegant solutions to use multiple copies of the hooks at once.
Explore options for supporting multiple chains in an efficient way with a consumer-friendly interface.
Hey, I'd like to work on this as it would be very usefull. Personally, I've been in two scenario where this was required. Do you have anything you'd like to share regarding how to implement it?