tek-wallet 0.0.339 → 0.0.340

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.
@@ -394,10 +394,8 @@ var WithdrawFunction = (0, react_1.forwardRef)(function (props, ref) {
394
394
  console.warn("external");
395
395
  }
396
396
  else {
397
- console.warn("invalid");
398
- setRecipientAddress(tonTransferParam === null || tonTransferParam === void 0 ? void 0 : tonTransferParam.address);
397
+ setInfoDialogContent("Unsupported QR");
399
398
  setRecipientAddressError("Invalid wallet address");
400
- gotoStep(WithdrawStep.SELECT_TOKEN);
401
399
  }
402
400
  _f.label = 2;
403
401
  case 2: return [2 /*return*/];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.339",
3
+ "version": "0.0.340",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",