@zkp2p/sdk 0.11.0-rc.0 → 0.11.0-rc.1

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 CHANGED
@@ -55838,8 +55838,7 @@ async function apiSignIntentV3(request, opts) {
55838
55838
  if (json === null) {
55839
55839
  return {
55840
55840
  signature: "0x",
55841
- signatureExpiration: 0n,
55842
- signatureRequired: false
55841
+ signatureExpiration: 0n
55843
55842
  };
55844
55843
  }
55845
55844
  const sig = json?.responseObject?.signedIntent;