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
We can't currently use a custom paymaster handler with react hooks (createSession, useWriteContractSponsored, etc...).
For example here - these hooks are using the global AbstractWalletProvider but there is currently no way to set customPaymasterHandler on the client in this scenario.
Update the global context in agw-react to allow passing a custom paymaster handler in config such that any AGW client being configured will use the custom paymaster handler.
Update custom react hooks that create an agw client to allow an override custom paymaster handler to be passed in
The text was updated successfully, but these errors were encountered:
We can't currently use a custom paymaster handler with react hooks (createSession, useWriteContractSponsored, etc...).
For example here - these hooks are using the global AbstractWalletProvider but there is currently no way to set
customPaymasterHandler
on the client in this scenario.The text was updated successfully, but these errors were encountered: