@openocean.finance/wallet 0.4.67 → 0.4.69

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.
@@ -94,7 +94,8 @@ var MetaMask = /** @class */ (function (_super) {
94
94
  types_1.EnumChains.Metis,
95
95
  types_1.EnumChains.Kava,
96
96
  types_1.EnumChains.Celo,
97
- types_1.EnumChains.Klaytn
97
+ types_1.EnumChains.Klaytn,
98
+ types_1.EnumChains.ZKSYNC
98
99
  ];
99
100
  _this.type = types_1.EnumWalletType.Extension;
100
101
  _this.sdk = null;
@@ -89,7 +89,8 @@ var SafePalWallet = /** @class */ (function (_super) {
89
89
  types_1.EnumChains.Metis,
90
90
  types_1.EnumChains.Kava,
91
91
  types_1.EnumChains.Celo,
92
- types_1.EnumChains.Klaytn
92
+ types_1.EnumChains.Klaytn,
93
+ types_1.EnumChains.ZKSYNC
93
94
  ];
94
95
  _this.type = types_1.EnumWalletType.Extension;
95
96
  _this.sdk = null;
@@ -89,7 +89,8 @@ var TrustWallet = /** @class */ (function (_super) {
89
89
  types_1.EnumChains.Metis,
90
90
  types_1.EnumChains.Kava,
91
91
  types_1.EnumChains.Celo,
92
- types_1.EnumChains.Klaytn
92
+ types_1.EnumChains.Klaytn,
93
+ types_1.EnumChains.ZKSYNC
93
94
  ];
94
95
  _this.type = types_1.EnumWalletType.Extension;
95
96
  _this.sdk = null;
@@ -102,7 +102,8 @@ var WalletConnect = /** @class */ (function (_super) {
102
102
  types_1.EnumChains.Metis,
103
103
  types_1.EnumChains.Kava,
104
104
  types_1.EnumChains.Celo,
105
- types_1.EnumChains.Klaytn
105
+ types_1.EnumChains.Klaytn,
106
+ types_1.EnumChains.ZKSYNC
106
107
  ];
107
108
  _this.type = types_1.EnumWalletType.WalletConnect;
108
109
  _this.sdk = null;
@@ -1,14 +1,8 @@
1
- <svg width="768.909973" height="669.349976" viewBox="0 0 768.91 669.35" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
1
+ <svg width="32.000000" height="32.000000" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
2
  <desc>
3
3
  Created with Pixso.
4
4
  </desc>
5
- <g clip-path="url(#clip2_6)">
6
- <circle id="circle" cx="193.000000" cy="155.000000" r="16.000000" fill="#FFFFFF"/>
7
- <path id="path" d="M185 157.973L185 161.928L191.018 161.928L191.018 161.051L185.877 161.051L185.877 157.973L185 157.973ZM200.123 157.973L200.123 161.051L194.982 161.051L194.982 161.928L201 161.928L201 157.973L200.123 157.973ZM191.027 151.955L191.027 157.973L194.982 157.973L194.982 157.182L191.904 157.182L191.904 151.955L191.027 151.955ZM185 148L185 151.955L185.877 151.955L185.877 148.877L191.018 148.877L191.018 148L185 148ZM194.982 148L194.982 148.877L200.123 148.877L200.123 151.955L201 151.955L201 148L194.982 148Z" fill-rule="nonzero" fill="#000000"/>
8
- </g>
9
- <defs>
10
- <clipPath id="clip2_6">
11
- <rect id="ledger" width="768.909973" height="669.349976" fill="white"/>
12
- </clipPath>
13
- </defs>
5
+ <circle id="circle" cx="16.000000" cy="16.000000" r="16.000000" fill="#FFFFFF"/>
6
+ <path id="path" d="M8 18.9734L8 22.9283L14.0183 22.9283L14.0183 22.0512L8.87688 22.0512L8.87688 18.9734L8 18.9734ZM23.1231 18.9734L23.1231 22.0512L17.9817 22.0512L17.9817 22.9281L24 22.9281L24 18.9734L23.1231 18.9734ZM14.027 12.9549L14.027 18.9732L17.9817 18.9732L17.9817 18.1822L14.9039 18.1822L14.9039 12.9549L14.027 12.9549ZM8 9L8 12.9549L8.87688 12.9549L8.87688 9.87688L14.0183 9.87688L14.0183 9L8 9ZM17.9817 9L17.9817 9.87688L23.1231 9.87688L23.1231 12.9549L24 12.9549L24 9L17.9817 9Z" fill-rule="nonzero" fill="#000000"/>
7
+ <defs/>
14
8
  </svg>
package/lib/types.d.ts CHANGED
@@ -40,7 +40,8 @@ export declare enum EnumChains {
40
40
  Metis = "metis",
41
41
  Kava = "kava",
42
42
  Celo = "celo",
43
- Klaytn = "klaytn"
43
+ Klaytn = "klaytn",
44
+ ZKSYNC = "zksync"
44
45
  }
45
46
  export declare enum EnumWalletType {
46
47
  Extension = "Extension",
package/lib/types.js CHANGED
@@ -41,6 +41,7 @@ var EnumChains;
41
41
  EnumChains["Kava"] = "kava";
42
42
  EnumChains["Celo"] = "celo";
43
43
  EnumChains["Klaytn"] = "klaytn";
44
+ EnumChains["ZKSYNC"] = "zksync";
44
45
  })(EnumChains = exports.EnumChains || (exports.EnumChains = {}));
45
46
  var EnumWalletType;
46
47
  (function (EnumWalletType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "0.4.67",
3
+ "version": "0.4.69",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {