@swype-org/react-sdk 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1087,6 +1087,8 @@ function useAuthorizationExecutor(options) {
|
|
|
1087
1087
|
return executeSwitchChain(action, wagmiConfig2, switchChainAsync);
|
|
1088
1088
|
case "APPROVE_PERMIT2":
|
|
1089
1089
|
return executeApprovePermit2(action, wagmiConfig2);
|
|
1090
|
+
case "DEPLOY_SMART_ACCOUNT":
|
|
1091
|
+
return actionSuccess(action, "Smart account deployment acknowledged.");
|
|
1090
1092
|
case "SIGN_PERMIT2":
|
|
1091
1093
|
return executeSignPermit2(action, wagmiConfig2, apiBaseUrl ?? "", sessionIdRef.current);
|
|
1092
1094
|
default:
|