@openocean.finance/wallet 1.10.36 → 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
@@ -594,6 +594,14 @@ var chainObj = {
594
594
  nativeCurrency: { name: "HYPE", symbol: "HYPE", decimals: 18, address: "0x0000000000000000000000000000000000000000" },
595
595
  rpcUrls: ["https://rpc.hyperliquid.xyz/evm"]
596
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
+ },
597
605
  };
598
606
  var Chains = /** @class */ (function () {
599
607
  function Chains() {
@@ -98,7 +98,8 @@ 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.Hyper,
102
+ types_1.EnumChains.Plume
102
103
  ];
103
104
  _this.type = types_1.EnumWalletType.Extension;
104
105
  _this.sdk = null;
@@ -121,7 +121,8 @@ 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.Hyper,
125
+ types_1.EnumChains.Plume
125
126
  ];
126
127
  _this.type = types_1.EnumWalletType.Extension;
127
128
  _this.sdk = null;
@@ -102,7 +102,8 @@ 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.Hyper,
106
+ types_1.EnumChains.Plume
106
107
  ];
107
108
  _this.type = types_1.EnumWalletType.Extension;
108
109
  _this.sdk = null;
@@ -93,7 +93,8 @@ 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.Hyper,
97
+ types_1.EnumChains.Plume
97
98
  ];
98
99
  _this.type = types_1.EnumWalletType.Extension;
99
100
  _this.sdk = null;
@@ -104,7 +104,8 @@ 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.Hyper,
108
+ types_1.EnumChains.Plume
108
109
  ];
109
110
  _this.type = types_1.EnumWalletType.Extension;
110
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
@@ -70,7 +70,8 @@ export declare enum EnumChains {
70
70
  Flare = "flare",
71
71
  Monad = "monad",
72
72
  Swell = "swell",
73
- Hyper = "hyper"
73
+ Hyper = "hyper",
74
+ Plume = "plume"
74
75
  }
75
76
  export declare enum EnumWalletType {
76
77
  Extension = "Extension",
package/lib/types.js CHANGED
@@ -71,6 +71,7 @@ var EnumChains;
71
71
  EnumChains["Monad"] = "monad";
72
72
  EnumChains["Swell"] = "swell";
73
73
  EnumChains["Hyper"] = "hyper";
74
+ EnumChains["Plume"] = "plume";
74
75
  })(EnumChains || (exports.EnumChains = EnumChains = {}));
75
76
  var EnumWalletType;
76
77
  (function (EnumWalletType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.10.36",
3
+ "version": "1.10.37",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {