@openocean.finance/wallet 0.2.8 → 0.3.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.
package/lib/index.js.LICENSE.txt
CHANGED
|
@@ -67,6 +67,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
67
67
|
|
|
68
68
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
69
69
|
|
|
70
|
+
/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
|
|
71
|
+
|
|
70
72
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
71
73
|
|
|
72
74
|
/**
|
package/lib/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openocean.finance/wallet",
|
|
3
|
-
"version": "0.2
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "A multi-chain wallets manager",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -40,11 +40,16 @@
|
|
|
40
40
|
"webpack-cli": "^4.9.1"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
+
"@cosmjs/launchpad": "^0.27.1",
|
|
44
|
+
"@cosmjs/stargate": "^0.28.4",
|
|
43
45
|
"@ont-dev/ontology-dapi": "^0.5.7",
|
|
44
46
|
"@project-serum/sol-wallet-adapter": "^0.2.0",
|
|
45
47
|
"@solana/web3.js": "^1.5.0",
|
|
46
48
|
"@terra-money/terra.js": "^3.0.1",
|
|
47
49
|
"@walletconnect/web3-provider": "^1.5.2",
|
|
50
|
+
"buffer": "^6.0.3",
|
|
51
|
+
"fs": "^0.0.1-security",
|
|
52
|
+
"path-browserify": "^1.0.1",
|
|
48
53
|
"web3": "^1.6.0"
|
|
49
54
|
}
|
|
50
55
|
}
|