@liberfi.io/ui-predict 4.0.48 → 4.0.50

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.d.mts CHANGED
@@ -988,8 +988,9 @@ interface RedeemFormWidgetProps {
988
988
  * for the condition automatically.
989
989
  *
990
990
  * The full flow:
991
- * 1. Backend prepares EIP-712 SafeTx typed data + nonce.
992
- * 2. User signs via eth_signTypedData_v4 (Privy embedded wallet).
991
+ * 1. Backend resolves the active wallet and prepares a signing payload.
992
+ * 2. User signs via personal_sign for legacy Safe or eth_signTypedData_v4
993
+ * for deposit wallet.
993
994
  * 3. Backend submits the signed request to the Polymarket Relayer.
994
995
  */
995
996
  declare function RedeemFormWidget({ event, market, position, onSuccess, onCancel, }: RedeemFormWidgetProps): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -988,8 +988,9 @@ interface RedeemFormWidgetProps {
988
988
  * for the condition automatically.
989
989
  *
990
990
  * The full flow:
991
- * 1. Backend prepares EIP-712 SafeTx typed data + nonce.
992
- * 2. User signs via eth_signTypedData_v4 (Privy embedded wallet).
991
+ * 1. Backend resolves the active wallet and prepares a signing payload.
992
+ * 2. User signs via personal_sign for legacy Safe or eth_signTypedData_v4
993
+ * for deposit wallet.
993
994
  * 3. Backend submits the signed request to the Polymarket Relayer.
994
995
  */
995
996
  declare function RedeemFormWidget({ event, market, position, onSuccess, onCancel, }: RedeemFormWidgetProps): react_jsx_runtime.JSX.Element;