@openocean.finance/wallet 1.8.0 → 1.8.2

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.
@@ -152,7 +152,9 @@ function link(reqConnectWalletVo, chain) {
152
152
  // https://solana-api.projectserum.com
153
153
  // https://mercuria-fronten-1cd8.mainnet.rpcpool.com/
154
154
  // "https://rpc.ankr.com/solana/ad9d7bb3250b29d691330e63e3b46778099aca307af8f5e49b2ebc0a470dd848"
155
- wallet.connection = new web3_js_1.Connection("https://solana-mainnet.g.alchemy.com/v2/aTdPTJc3R936_mNf4ABtPvl1NFgejm8w");
155
+ wallet.connection = new web3_js_1.Connection(
156
+ // "https://solana-mainnet.g.alchemy.com/v2/aTdPTJc3R936_mNf4ABtPvl1NFgejm8w"
157
+ "https://few-silent-choice.solana-mainnet.quiknode.pro/b37eb00eb03a5a5e0ae9d9b7cf535b0b9c0dd6a9/");
156
158
  if (res) {
157
159
  // connect(wallet);
158
160
  }
@@ -86,7 +86,9 @@ var CoinbaseWallet = /** @class */ (function (_super) {
86
86
  types_1.EnumChains.Base,
87
87
  types_1.EnumChains.OpBNB,
88
88
  types_1.EnumChains.Mantle,
89
- types_1.EnumChains.Manta
89
+ types_1.EnumChains.Manta,
90
+ types_1.EnumChains.Mode,
91
+ types_1.EnumChains.Rootstock
90
92
  ];
91
93
  _this.type = types_1.EnumWalletType.Extension;
92
94
  _this.sdk = null;
@@ -89,7 +89,9 @@ var OKXWallet = /** @class */ (function (_super) {
89
89
  types_1.EnumChains.OpBNB,
90
90
  types_1.EnumChains.Mantle,
91
91
  types_1.EnumChains.Manta,
92
- types_1.EnumChains.X1
92
+ types_1.EnumChains.X1,
93
+ types_1.EnumChains.Mode,
94
+ types_1.EnumChains.Rootstock
93
95
  ];
94
96
  _this.type = types_1.EnumWalletType.Extension;
95
97
  _this.sdk = null;
@@ -82,7 +82,9 @@ var RabbyWallet = /** @class */ (function (_super) {
82
82
  types_1.EnumChains.Optimism,
83
83
  types_1.EnumChains.Celo,
84
84
  types_1.EnumChains.ZKSYNC,
85
- types_1.EnumChains.PolygonzkEVM
85
+ types_1.EnumChains.PolygonzkEVM,
86
+ types_1.EnumChains.Mode,
87
+ types_1.EnumChains.Rootstock
86
88
  ];
87
89
  _this.type = types_1.EnumWalletType.Extension;
88
90
  _this.sdk = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {