You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past, I used ethereum-multicall package for contract multicall.
When I try to use useContractReads hook from wagmi, I have some non-convenient parts.
There wasn't reference feature in wagmi.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the past, I used
ethereum-multicall
package for contract multicall.When I try to use
useContractReads
hook from wagmi, I have some non-convenient parts.There wasn't
reference
feature in wagmi.In the other packages, if we give reference, we can get the return value using the reference.
I am wondering if there is a similar feature in wagmi.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions