@openocean.finance/wallet 1.6.12 → 1.6.13

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.
@@ -74,6 +74,7 @@ var HaHaWallet = /** @class */ (function (_super) {
74
74
  _this.icon = haha_svg_1.default;
75
75
  _this.supportChains = [
76
76
  types_1.EnumChains.ETH,
77
+ types_1.EnumChains.BSC,
77
78
  types_1.EnumChains.Polygon
78
79
  ];
79
80
  _this.type = types_1.EnumWalletType.WalletConnect;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.6.12",
3
+ "version": "1.6.13",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {