redux-multicall icon indicating copy to clipboard operation
redux-multicall copied to clipboard

Improve multichain support

Open jmrossy opened this issue 3 years ago • 1 comments

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.

jmrossy avatar Dec 02 '21 12:12 jmrossy

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?

AjayiMike avatar Apr 25 '24 09:04 AjayiMike