@openocean.finance/wallet 1.6.14 → 1.6.15

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.
@@ -75,6 +75,8 @@ var HaHaWallet = /** @class */ (function (_super) {
75
75
  _this.supportChains = [
76
76
  types_1.EnumChains.ETH,
77
77
  types_1.EnumChains.BSC,
78
+ types_1.EnumChains.Arbitrum,
79
+ types_1.EnumChains.Avalanche,
78
80
  types_1.EnumChains.Polygon
79
81
  ];
80
82
  _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.14",
3
+ "version": "1.6.15",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {