@depay/widgets 12.16.2 → 12.16.4

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/esm/index.js CHANGED
@@ -28605,8 +28605,10 @@ var SolanaPayDialog = (function (props) {
28605
28605
  to_token: selectedPaymentOption.token,
28606
28606
  to_amount: selectedPaymentOption.toAmountBN.toString(),
28607
28607
  to_decimals: selectedPaymentOption.decimals,
28608
- fee_amount: selectedPaymentOption.feeAmountBN.toString()
28608
+ fee_amount: selectedPaymentOption.feeAmountBN.toString(),
28609
+ deadline: Math.ceil(Date.now() / 1000) + 10 * 60 * 6000 // 1h
28609
28610
  };
28611
+
28610
28612
  sendTrackingAsConfigured({
28611
28613
  payment: payment,
28612
28614
  resolve: resolve,