@openocean.finance/wallet 0.2.4 → 0.2.7

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/types.d.ts CHANGED
@@ -27,7 +27,10 @@ export declare enum EnumChains {
27
27
  Terra = "terra",
28
28
  Boba = "boba",
29
29
  Moonriver = "moonriver",
30
- Aurora = "aurora"
30
+ Aurora = "aurora",
31
+ Cronos = "cronos",
32
+ Harmony = "harmony",
33
+ Cosmos = "cosmos"
31
34
  }
32
35
  export declare enum EnumWalletType {
33
36
  Extension = "Extension",
@@ -60,7 +63,8 @@ export declare enum EnumWalletName {
60
63
  XDEFIWallet = "XDEFI Wallet",
61
64
  SlopeWallet = "Slope Wallet",
62
65
  SolflareWallet = "Solflare Wallet",
63
- MetaXWallet = "MetaX Wallet"
66
+ MetaXWallet = "MetaX Wallet",
67
+ keplrWallet = "Keplr Wallet"
64
68
  }
65
69
  export declare enum EnumErrors {
66
70
  NotMetamask = "40001",
@@ -84,7 +88,8 @@ export declare enum EnumErrors {
84
88
  NoSolflare = "40020",
85
89
  NoMetaX = "40021",
86
90
  NoOnto = "40022",
87
- OntoChainIdNotMath = "40023"
91
+ OntoChainIdNotMath = "40023",
92
+ NoKeplr = "40024"
88
93
  }
89
94
  export interface ConnectResult {
90
95
  chain: EnumChains;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "0.2.4",
3
+ "version": "0.2.7",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {