@openocean.finance/openocean-sdk 0.1.83 → 0.1.85

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.
@@ -29,7 +29,8 @@ export declare enum WalletNames {
29
29
  'BloctoWallet' = 27,
30
30
  'PetraWallet' = 28,
31
31
  'MartianWallet' = 29,
32
- 'PontemWallet' = 30
32
+ 'PontemWallet' = 30,
33
+ 'UnstoppableDomains' = 31
33
34
  }
34
35
  export declare class Wallets {
35
36
  walletObj: any;
@@ -35,14 +35,14 @@ var WalletNames;
35
35
  WalletNames[WalletNames["PetraWallet"] = 28] = "PetraWallet";
36
36
  WalletNames[WalletNames["MartianWallet"] = 29] = "MartianWallet";
37
37
  WalletNames[WalletNames["PontemWallet"] = 30] = "PontemWallet";
38
- // 'UnstoppableDomains'
38
+ WalletNames[WalletNames["UnstoppableDomains"] = 31] = "UnstoppableDomains";
39
39
  })(WalletNames = exports.WalletNames || (exports.WalletNames = {}));
40
40
  var WalletObj = {
41
41
  MetaMask: new wallet_1.MetaMask(),
42
42
  TrustWallet: new wallet_1.TrustWallet(),
43
43
  OKXWallet: new wallet_1.OKXWallet(),
44
44
  BscWallet: new wallet_1.BscWallet(),
45
- // UnstoppableDomains: new UnstoppableDomains(),
45
+ UnstoppableDomains: new wallet_1.UnstoppableDomains(),
46
46
  WalletConnect: new wallet_1.WalletConnect(),
47
47
  CoinbaseWallet: new wallet_1.CoinbaseWallet(),
48
48
  SafePalWallet: new wallet_1.SafePalWallet(),
@@ -165,6 +165,7 @@ function getLimitContractAddress(chainName) {
165
165
  heco: "0xc0A62DDCd284020dC883C642A3Ed5D2A1770eb91",
166
166
  okex: "0xc0A62DDCd284020dC883C642A3Ed5D2A1770eb91",
167
167
  xdai: "0xc0A62DDCd284020dC883C642A3Ed5D2A1770eb91",
168
+ cronos: "0xc0A62DDCd284020dC883C642A3Ed5D2A1770eb91",
168
169
  }[chainName];
169
170
  if (address)
170
171
  return address;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/openocean-sdk",
3
- "version": "0.1.83",
3
+ "version": "0.1.85",
4
4
  "description": "Openocean sdk",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {