@depay/widgets 12.16.3 → 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.
@@ -36333,8 +36333,10 @@
36333
36333
  to_token: selectedPaymentOption.token,
36334
36334
  to_amount: selectedPaymentOption.toAmountBN.toString(),
36335
36335
  to_decimals: selectedPaymentOption.decimals,
36336
- fee_amount: selectedPaymentOption.feeAmountBN.toString()
36336
+ fee_amount: selectedPaymentOption.feeAmountBN.toString(),
36337
+ deadline: Math.ceil(Date.now() / 1000) + 10 * 60 * 6000 // 1h
36337
36338
  };
36339
+
36338
36340
  sendTrackingAsConfigured({
36339
36341
  payment: payment,
36340
36342
  resolve: resolve,