@liberfi.io/react-predict 0.3.48 → 0.3.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/server.mjs CHANGED
@@ -596,8 +596,9 @@ var PredictClient = class {
596
596
  // Redeem (resolved market token redemption)
597
597
  // -------------------------------------------------------------------------
598
598
  /**
599
- * Prepare EIP-712 SafeTx typed data for a Polymarket redeem transaction.
600
- * The frontend must sign this data and pass the signature to `redeemPolymarket`.
599
+ * Prepare the signing payload for a Polymarket redeem transaction.
600
+ * The frontend must sign the returned Safe hash or deposit-wallet typed data
601
+ * and pass the signature to `redeemPolymarket`.
601
602
  *
602
603
  * Maps to `POST /api/v1/redeem/polymarket/prepare`.
603
604
  */
@@ -607,7 +608,7 @@ var PredictClient = class {
607
608
  }
608
609
  /**
609
610
  * Redeem tokens from a resolved Polymarket market via gasless Relayer.
610
- * Requires a valid EIP-712 signature from the prepare step.
611
+ * Requires a valid signature for the payload returned by the prepare step.
611
612
  *
612
613
  * Maps to `POST /api/v1/redeem/polymarket`.
613
614
  */