@depay/widgets 7.9.0 → 7.10.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/README.md +2 -0
- package/dist/esm/index.bundle.js +1 -1
- package/dist/esm/index.js +2 -0
- package/dist/umd/index.bundle.js +1 -1
- package/dist/umd/index.js +2 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -21220,6 +21220,8 @@ var PaymentTrackingProvider = (function (props) {
|
|
|
21220
21220
|
sender: transaction.from.toLowerCase(),
|
|
21221
21221
|
nonce: transaction.nonce,
|
|
21222
21222
|
after_block: afterBlock,
|
|
21223
|
+
from_token: paymentRoute.fromToken.address,
|
|
21224
|
+
from_amount: paymentRoute.fromAmount.toString(),
|
|
21223
21225
|
to_token: paymentRoute.toToken.address,
|
|
21224
21226
|
to_amount: paymentRoute.toAmount.toString(),
|
|
21225
21227
|
fee_amount: paymentRoute === null || paymentRoute === void 0 ? void 0 : (_paymentRoute$feeAmou = paymentRoute.feeAmount) === null || _paymentRoute$feeAmou === void 0 ? void 0 : _paymentRoute$feeAmou.toString()
|