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
I know this may sound a bit weird, but given we can't specify the signer when initializing a new contract as a param to the useCall func (unless i am miss understanding something), having an optional param would be useful for my use case whereby the signer is required
@VinHylme Sure, just wanted to clarify the use case.
I'm afraid that might not be possible, because all our calls go through a Multicall contract - so effectively the Multicall contract address is the sender. But we will brainstorm if it's possible to work around this and make your use case possible.
I know this may sound a bit weird, but given we can't specify the signer when initializing a new contract as a param to the useCall func (unless i am miss understanding something), having an optional param would be useful for my use case whereby the signer is required
The text was updated successfully, but these errors were encountered: