@openocean.finance/wallet 0.4.19 → 0.4.20

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.
@@ -166,7 +166,7 @@ var WalletConnect = /** @class */ (function (_super) {
166
166
  case 2:
167
167
  currentChainId = _a.sent();
168
168
  if (!(chainId && currentChainId != chainId)) return [3 /*break*/, 6];
169
- if (!(config || !config.isTow)) return [3 /*break*/, 6];
169
+ if (!(!config || !config.isTow)) return [3 /*break*/, 6];
170
170
  return [4 /*yield*/, this.provider.disconnect()];
171
171
  case 3:
172
172
  _a.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "0.4.19",
3
+ "version": "0.4.20",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {