@openocean.finance/wallet 1.6.6 → 1.6.7

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.
@@ -103,7 +103,6 @@ var WalletObj = {
103
103
  HaHaWallet: new HaHaWallet_1.default(),
104
104
  ZerionWallet: new ZerionWallet_1.default()
105
105
  };
106
- alert('ZerionWallet');
107
106
  var Wallets = /** @class */ (function () {
108
107
  function Wallets() {
109
108
  this.walletObj = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {