tek-wallet 0.0.693 → 0.0.694

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.
@@ -160,7 +160,6 @@ exports.TransferConfirmation = (0, react_1.forwardRef)(function (props, ref) {
160
160
  setIsValidatingAddress(true);
161
161
  return [4 /*yield*/, (0, validate_wallet_address_service_1.default)({
162
162
  address: toAddress,
163
- network: "ton",
164
163
  })];
165
164
  case 1:
166
165
  message = (_a.sent()).message;
@@ -48,7 +48,7 @@ var validateWalletAddressService = function (body) { return __awaiter(void 0, vo
48
48
  switch (_b.label) {
49
49
  case 0:
50
50
  _b.trys.push([0, 2, , 3]);
51
- if (!body.address || !body.network) {
51
+ if (!body.address) {
52
52
  return [2 /*return*/, {
53
53
  message: type_1.ValidateWalletAddressResultMessage.ERROR,
54
54
  data: undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.693",
3
+ "version": "0.0.694",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",