@depay/widgets 12.16.3 → 12.16.5

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.
@@ -381,6 +381,9 @@
381
381
  "mobile": {
382
382
  "ios": {
383
383
  "native": "solflare:",
384
+ "open": function open() {
385
+ return "https://solflare.com/ul/v1/browse/".concat(encodeURIComponent(window.location.toString()), "?ref=").concat(encodeURIComponent(window.location.origin.toString()));
386
+ },
384
387
  "universal": "https://solflare.com/ul",
385
388
  "solanaPay": true
386
389
  },
@@ -36333,8 +36336,10 @@
36333
36336
  to_token: selectedPaymentOption.token,
36334
36337
  to_amount: selectedPaymentOption.toAmountBN.toString(),
36335
36338
  to_decimals: selectedPaymentOption.decimals,
36336
- fee_amount: selectedPaymentOption.feeAmountBN.toString()
36339
+ fee_amount: selectedPaymentOption.feeAmountBN.toString(),
36340
+ deadline: Math.ceil(Date.now() / 1000) + 10 * 60 * 6000 // 1h
36337
36341
  };
36342
+
36338
36343
  sendTrackingAsConfigured({
36339
36344
  payment: payment,
36340
36345
  resolve: resolve,