tek-wallet 0.0.705 → 0.0.706

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.
@@ -60,7 +60,7 @@ var validateWalletAddressService = function (body, netWorkSlug) { return __await
60
60
  response = _c.sent();
61
61
  data = (_a = response.data) === null || _a === void 0 ? void 0 : _a.data;
62
62
  if (!(data === null || data === void 0 ? void 0 : data.valid) ||
63
- (netWorkSlug && !((_b = data === null || data === void 0 ? void 0 : data.networks) === null || _b === void 0 ? void 0 : _b.some(function (network) { return network.slug !== netWorkSlug; })))) {
63
+ (netWorkSlug && !((_b = data === null || data === void 0 ? void 0 : data.networks) === null || _b === void 0 ? void 0 : _b.some(function (network) { return network.slug === netWorkSlug; })))) {
64
64
  return [2 /*return*/, {
65
65
  message: type_1.ValidateWalletAddressResultMessage.IN_VALID,
66
66
  data: data,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.705",
3
+ "version": "0.0.706",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",