tek-wallet 0.0.382 → 0.0.383

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.
@@ -29,7 +29,7 @@ var fakeSeries = [
29
29
  {
30
30
  name: "All",
31
31
  data: [
32
- 1003785.6864951615, 1003795.988344575, 1003827.997662396,
32
+ 1003785.6864951615, 1003795.988344575, 1003827.99766239,
33
33
  1003899.7426850981, 1003891.7710159089, 1003810.6439517767,
34
34
  1003780.7195320514, 1003797.9506016063, 1003781.455378438,
35
35
  1003782.0072632281, 1003715.167883104, 1003724.9791682598,
@@ -280,13 +280,13 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
280
280
  var _a;
281
281
  (_a = suggestUseTransferInternalDialogRef.current) === null || _a === void 0 ? void 0 : _a.close();
282
282
  var data = tonTransferParam !== null && tonTransferParam !== void 0 ? tonTransferParam : sendInfoGet;
283
- var tokenSet = findWithdrawToken((data === null || data === void 0 ? void 0 : data.jetton) || "");
284
- console.warn("🚀 ~ handleSelectTransferInternal ~ sendInfoGet:", data);
283
+ console.warn("🚀 ~ handleSelectTransferInternal ~ sendInfoGet:", data, recipientAddressInternal);
285
284
  setRecipientAddress(recipientAddressInternal);
286
285
  setSelectedMethod(SendMethods.TRANSFER_INTERNAL);
287
286
  if (onlyChangeAddress.current) {
288
287
  return;
289
288
  }
289
+ var tokenSet = findWithdrawToken((data === null || data === void 0 ? void 0 : data.jetton) || "");
290
290
  setAmount(getAmountAfterDecimal((data === null || data === void 0 ? void 0 : data.amount) || 0, (tokenSet === null || tokenSet === void 0 ? void 0 : tokenSet.decimal) || 0));
291
291
  if (!tokenSet) {
292
292
  gotoStep(WithdrawStep.SELECT_TOKEN);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.382",
3
+ "version": "0.0.383",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",