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
Currently the sdk-starter-kit allows to extend its functionality adding 4337 compatibility. This is not part of the React Hooks yet and it will be a great addition as it will enable sponsoring gas for transactions when using this SDK
Proposed solution
Enable configuration to allow adding 4337 initialization and extending the sdk-starter-kit.
Create a hook to manage SafeOperations.
It should be possible to:
sendSafeOperation
confirmSafeOperation
getPendingSafeOperations
The text was updated successfully, but these errors were encountered:
Context / issue
Currently the
sdk-starter-kit
allows to extend its functionality adding 4337 compatibility. This is not part of the React Hooks yet and it will be a great addition as it will enable sponsoring gas for transactions when using this SDKProposed solution
Enable configuration to allow adding 4337 initialization and extending the sdk-starter-kit.
Create a hook to manage SafeOperations.
It should be possible to:
The text was updated successfully, but these errors were encountered: