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
Does multicall allow for tuple return types? On line 63 of aggregate.js, the call return types are comma-delimited with no exceptions, so I don't know how to format the call string to account for tuples.
Does multicall allow for tuple return types? On line 63 of aggregate.js, the call return types are comma-delimited with no exceptions, so I don't know how to format the call string to account for tuples.