@openocean.finance/wallet 1.10.35 → 1.10.37

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,6 +586,22 @@ 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": {
590
+ compiler: 'EVM',
591
+ chainName: "HyperEVM",
592
+ chainId: 999,
593
+ blockExplorerUrl: "https://purrsec.com/tx/",
594
+ nativeCurrency: { name: "HYPE", symbol: "HYPE", decimals: 18, address: "0x0000000000000000000000000000000000000000" },
595
+ rpcUrls: ["https://rpc.hyperliquid.xyz/evm"]
596
+ },
597
+ "plume": {
598
+ compiler: 'EVM',
599
+ chainName: "Plume Mainnet",
600
+ chainId: 98866,
601
+ blockExplorerUrl: "https://explorer.plume.org/tx/",
602
+ nativeCurrency: { name: "PLUME", symbol: "PLUME", decimals: 18, address: "0x0000000000000000000000000000000000000000" },
603
+ rpcUrls: ["https://rpc.plume.org"]
604
+ },
589
605
  };
590
606
  var Chains = /** @class */ (function () {
591
607
  function Chains() {
@@ -97,7 +97,9 @@ var CoinbaseWallet = /** @class */ (function (_super) {
97
97
  types_1.EnumChains.UniChain,
98
98
  types_1.EnumChains.Flare,
99
99
  types_1.EnumChains.Monad,
100
- types_1.EnumChains.Swell
100
+ types_1.EnumChains.Swell,
101
+ types_1.EnumChains.Hyper,
102
+ types_1.EnumChains.Plume
101
103
  ];
102
104
  _this.type = types_1.EnumWalletType.Extension;
103
105
  _this.sdk = null;
@@ -120,7 +120,9 @@ var MetaMask = /** @class */ (function (_super) {
120
120
  types_1.EnumChains.UniChain,
121
121
  types_1.EnumChains.Flare,
122
122
  types_1.EnumChains.Monad,
123
- types_1.EnumChains.Swell
123
+ types_1.EnumChains.Swell,
124
+ types_1.EnumChains.Hyper,
125
+ types_1.EnumChains.Plume
124
126
  ];
125
127
  _this.type = types_1.EnumWalletType.Extension;
126
128
  _this.sdk = null;
@@ -101,7 +101,9 @@ var OKXWallet = /** @class */ (function (_super) {
101
101
  types_1.EnumChains.UniChain,
102
102
  types_1.EnumChains.Flare,
103
103
  types_1.EnumChains.Monad,
104
- types_1.EnumChains.Swell
104
+ types_1.EnumChains.Swell,
105
+ types_1.EnumChains.Hyper,
106
+ types_1.EnumChains.Plume
105
107
  ];
106
108
  _this.type = types_1.EnumWalletType.Extension;
107
109
  _this.sdk = null;
@@ -92,7 +92,9 @@ var RabbyWallet = /** @class */ (function (_super) {
92
92
  types_1.EnumChains.UniChain,
93
93
  types_1.EnumChains.Flare,
94
94
  types_1.EnumChains.Monad,
95
- types_1.EnumChains.Swell
95
+ types_1.EnumChains.Swell,
96
+ types_1.EnumChains.Hyper,
97
+ types_1.EnumChains.Plume
96
98
  ];
97
99
  _this.type = types_1.EnumWalletType.Extension;
98
100
  _this.sdk = null;
@@ -103,7 +103,9 @@ var SafePalWallet = /** @class */ (function (_super) {
103
103
  types_1.EnumChains.UniChain,
104
104
  types_1.EnumChains.Flare,
105
105
  types_1.EnumChains.Monad,
106
- types_1.EnumChains.Swell
106
+ types_1.EnumChains.Swell,
107
+ types_1.EnumChains.Hyper,
108
+ types_1.EnumChains.Plume
107
109
  ];
108
110
  _this.type = types_1.EnumWalletType.Extension;
109
111
  _this.sdk = null;
@@ -120,7 +120,8 @@ var WalletConnect = /** @class */ (function (_super) {
120
120
  types_1.EnumChains.UniChain,
121
121
  types_1.EnumChains.Flare,
122
122
  types_1.EnumChains.Monad,
123
- types_1.EnumChains.Swell
123
+ types_1.EnumChains.Swell,
124
+ types_1.EnumChains.Plume
124
125
  ];
125
126
  _this.type = types_1.EnumWalletType.WalletConnect;
126
127
  _this.sdk = null;
@@ -130,7 +131,7 @@ var WalletConnect = /** @class */ (function (_super) {
130
131
  var _this = this;
131
132
  if (chainId === void 0) { chainId = 1; }
132
133
  var projectId = config && config.projectId ? config.projectId : 'c1ca7adc83e89c7e7848440702f28f38'; // '90304d7fbed3543fd7cac4b24f800264'
133
- var networks = this.networks = [chains_1.mainnet, chains_1.telos, chains_1.opBNB, chains_1.mantle, chains_1.manta, chains_1.blast, chains_1.mode, chains_1.pulsechain, chains_1.merlin, chains_1.rootstock, chains_1.sei, chains_1.arbitrumSepolia, chains_1.gravity, chains_1.apeChain, chains_1.harmonyOne, chains_1.metis, chains_1.kava, chains_1.celo, chains_1.klaytn, chains_1.zksync, chains_1.linea, chains_1.lineaTestnet, chains_1.polygonZkEvm, chains_1.arbitrum, chains_1.bsc, chains_1.polygon, chains_1.okc, chains_1.xdc, chains_1.fantom, chains_1.avalanche, chains_1.optimism, chains_1.bob, chains_1.moonriver, chains_1.aurora, chains_1.cronos, chains_1.base, chains_1.flare, chains_1.unichain, chains_1.monadTestnet, chains_1.swellchain];
134
+ var networks = this.networks = [chains_1.mainnet, chains_1.telos, chains_1.opBNB, chains_1.mantle, chains_1.manta, chains_1.blast, chains_1.mode, chains_1.pulsechain, chains_1.merlin, chains_1.rootstock, chains_1.sei, chains_1.arbitrumSepolia, chains_1.gravity, chains_1.apeChain, chains_1.harmonyOne, chains_1.metis, chains_1.kava, chains_1.celo, chains_1.klaytn, chains_1.zksync, chains_1.linea, chains_1.lineaTestnet, chains_1.polygonZkEvm, chains_1.arbitrum, chains_1.bsc, chains_1.polygon, chains_1.okc, chains_1.xdc, chains_1.fantom, chains_1.avalanche, chains_1.optimism, chains_1.bob, chains_1.moonriver, chains_1.aurora, chains_1.cronos, chains_1.base, chains_1.flare, chains_1.unichain, chains_1.monadTestnet, chains_1.swellchain, chains_1.plume];
134
135
  var wagmiAdapter = new appkit_adapter_wagmi_1.WagmiAdapter({
135
136
  projectId: projectId,
136
137
  networks: networks
package/lib/types.d.ts CHANGED
@@ -69,7 +69,9 @@ export declare enum EnumChains {
69
69
  UniChain = "uni",
70
70
  Flare = "flare",
71
71
  Monad = "monad",
72
- Swell = "swell"
72
+ Swell = "swell",
73
+ Hyper = "hyper",
74
+ Plume = "plume"
73
75
  }
74
76
  export declare enum EnumWalletType {
75
77
  Extension = "Extension",
package/lib/types.js CHANGED
@@ -70,6 +70,8 @@ var EnumChains;
70
70
  EnumChains["Flare"] = "flare";
71
71
  EnumChains["Monad"] = "monad";
72
72
  EnumChains["Swell"] = "swell";
73
+ EnumChains["Hyper"] = "hyper";
74
+ EnumChains["Plume"] = "plume";
73
75
  })(EnumChains || (exports.EnumChains = EnumChains = {}));
74
76
  var EnumWalletType;
75
77
  (function (EnumWalletType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.10.35",
3
+ "version": "1.10.37",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {