@openocean.finance/wallet 1.10.43 → 1.10.45

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.
package/lib/Chains.js CHANGED
@@ -586,7 +586,7 @@ var chainObj = {
586
586
  nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
587
587
  rpcUrls: ["https://rpc.ankr.com/swell"]
588
588
  },
589
- "hyper": {
589
+ "hyperevm": {
590
590
  compiler: 'EVM',
591
591
  chainName: "HyperEVM",
592
592
  chainId: 999,
@@ -98,7 +98,7 @@ var CoinbaseWallet = /** @class */ (function (_super) {
98
98
  types_1.EnumChains.Flare,
99
99
  types_1.EnumChains.Monad,
100
100
  types_1.EnumChains.Swell,
101
- types_1.EnumChains.Hyper,
101
+ types_1.EnumChains.HyperEvm,
102
102
  types_1.EnumChains.Plume
103
103
  ];
104
104
  _this.type = types_1.EnumWalletType.Extension;
@@ -121,7 +121,7 @@ var MetaMask = /** @class */ (function (_super) {
121
121
  types_1.EnumChains.Flare,
122
122
  types_1.EnumChains.Monad,
123
123
  types_1.EnumChains.Swell,
124
- types_1.EnumChains.Hyper,
124
+ types_1.EnumChains.HyperEvm,
125
125
  types_1.EnumChains.Plume
126
126
  ];
127
127
  _this.type = types_1.EnumWalletType.Extension;
@@ -102,7 +102,7 @@ var OKXWallet = /** @class */ (function (_super) {
102
102
  types_1.EnumChains.Flare,
103
103
  types_1.EnumChains.Monad,
104
104
  types_1.EnumChains.Swell,
105
- types_1.EnumChains.Hyper,
105
+ types_1.EnumChains.HyperEvm,
106
106
  types_1.EnumChains.Plume
107
107
  ];
108
108
  _this.type = types_1.EnumWalletType.Extension;
@@ -93,7 +93,7 @@ var RabbyWallet = /** @class */ (function (_super) {
93
93
  types_1.EnumChains.Flare,
94
94
  types_1.EnumChains.Monad,
95
95
  types_1.EnumChains.Swell,
96
- types_1.EnumChains.Hyper,
96
+ types_1.EnumChains.HyperEvm,
97
97
  types_1.EnumChains.Plume
98
98
  ];
99
99
  _this.type = types_1.EnumWalletType.Extension;
@@ -104,7 +104,7 @@ var SafePalWallet = /** @class */ (function (_super) {
104
104
  types_1.EnumChains.Flare,
105
105
  types_1.EnumChains.Monad,
106
106
  types_1.EnumChains.Swell,
107
- types_1.EnumChains.Hyper,
107
+ types_1.EnumChains.HyperEvm,
108
108
  types_1.EnumChains.Plume
109
109
  ];
110
110
  _this.type = types_1.EnumWalletType.Extension;
package/lib/types.d.ts CHANGED
@@ -70,7 +70,7 @@ export declare enum EnumChains {
70
70
  Flare = "flare",
71
71
  Monad = "monad",
72
72
  Swell = "swell",
73
- Hyper = "hyper",
73
+ HyperEvm = "hyperevm",
74
74
  Plume = "plume"
75
75
  }
76
76
  export declare enum EnumWalletType {
package/lib/types.js CHANGED
@@ -70,7 +70,7 @@ var EnumChains;
70
70
  EnumChains["Flare"] = "flare";
71
71
  EnumChains["Monad"] = "monad";
72
72
  EnumChains["Swell"] = "swell";
73
- EnumChains["Hyper"] = "hyper";
73
+ EnumChains["HyperEvm"] = "hyperevm";
74
74
  EnumChains["Plume"] = "plume";
75
75
  })(EnumChains || (exports.EnumChains = EnumChains = {}));
76
76
  var EnumWalletType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.10.43",
3
+ "version": "1.10.45",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {