@openocean.finance/openocean-sdk 0.1.85 → 0.1.87
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/config/Wallets.js +1 -1
- package/package.json +2 -2
package/lib/config/Wallets.js
CHANGED
|
@@ -39,6 +39,7 @@ var WalletNames;
|
|
|
39
39
|
})(WalletNames = exports.WalletNames || (exports.WalletNames = {}));
|
|
40
40
|
var WalletObj = {
|
|
41
41
|
MetaMask: new wallet_1.MetaMask(),
|
|
42
|
+
CryptoCom: new wallet_1.CryptoCom(),
|
|
42
43
|
TrustWallet: new wallet_1.TrustWallet(),
|
|
43
44
|
OKXWallet: new wallet_1.OKXWallet(),
|
|
44
45
|
BscWallet: new wallet_1.BscWallet(),
|
|
@@ -55,7 +56,6 @@ var WalletObj = {
|
|
|
55
56
|
CloverWallet: new wallet_1.CloverWallet(),
|
|
56
57
|
ImTokenWallet: new wallet_1.ImTokenWallet(),
|
|
57
58
|
MathWallet: new wallet_1.MathWallet(),
|
|
58
|
-
CryptoCom: new wallet_1.CryptoCom(),
|
|
59
59
|
Cyano: new wallet_1.Cyano(),
|
|
60
60
|
OntoMobile: new wallet_1.OntoMobile(),
|
|
61
61
|
TronLink: new wallet_1.TronLink(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openocean.finance/openocean-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.87",
|
|
4
4
|
"description": "Openocean sdk",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@1inch/limit-order-protocol": "^2.0.4",
|
|
49
49
|
"@jup-ag/core": "^1.0.0-beta.27",
|
|
50
|
-
"@openocean.finance/wallet": "^0.4.
|
|
50
|
+
"@openocean.finance/wallet": "^0.4.40",
|
|
51
51
|
"@solana/buffer-layout": "^4.0.0",
|
|
52
52
|
"@walletconnect/web3-provider": "^1.7.8",
|
|
53
53
|
"bs58": "^4.0.1",
|