@depay/widgets 7.11.0 → 7.12.0

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
@@ -21227,8 +21227,10 @@ var PaymentTrackingProvider = (function (props) {
21227
21227
  after_block: afterBlock,
21228
21228
  from_token: paymentRoute.fromToken.address,
21229
21229
  from_amount: paymentRoute.fromAmount.toString(),
21230
+ from_decimals: paymentRoute.fromDecimals,
21230
21231
  to_token: paymentRoute.toToken.address,
21231
21232
  to_amount: paymentRoute.toAmount.toString(),
21233
+ to_decimals: paymentRoute.toDecimals,
21232
21234
  fee_amount: paymentRoute === null || paymentRoute === void 0 ? void 0 : (_paymentRoute$feeAmou = paymentRoute.feeAmount) === null || _paymentRoute$feeAmou === void 0 ? void 0 : _paymentRoute$feeAmou.toString()
21233
21235
  }).then(function (response) {
21234
21236
  if (response.status != 200) {