@yaswap/wallet-core 3.2.3 → 3.3.0

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.
Files changed (33) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/package.json +16 -16
  3. package/dist/src/factory/client/clients.js.map +1 -1
  4. package/dist/src/index.d.ts +1 -6
  5. package/dist/src/store/actions/createToken.js +8 -1
  6. package/dist/src/store/actions/createToken.js.map +1 -1
  7. package/dist/src/store/actions/createWallet.d.ts +9 -4
  8. package/dist/src/store/actions/createWallet.js +25 -3
  9. package/dist/src/store/actions/createWallet.js.map +1 -1
  10. package/dist/src/store/actions/getUnusedAddresses.js +8 -1
  11. package/dist/src/store/actions/getUnusedAddresses.js.map +1 -1
  12. package/dist/src/store/actions/sendTransaction.js +16 -3
  13. package/dist/src/store/actions/sendTransaction.js.map +1 -1
  14. package/dist/src/store/actions/updateAccountBalance.js +14 -2
  15. package/dist/src/store/actions/updateAccountBalance.js.map +1 -1
  16. package/dist/src/store/actions/updateBalances.js +15 -1
  17. package/dist/src/store/actions/updateBalances.js.map +1 -1
  18. package/dist/src/store/index.d.ts +4 -24
  19. package/dist/src/store/types.d.ts +5 -0
  20. package/dist/src/store/types.js.map +1 -1
  21. package/dist/src/store/utils.d.ts +2 -2
  22. package/dist/src/store/utils.js +6 -5
  23. package/dist/src/store/utils.js.map +1 -1
  24. package/dist/src/swaps/yaswap/YaswapSwapProvider.js +21 -5
  25. package/dist/src/swaps/yaswap/YaswapSwapProvider.js.map +1 -1
  26. package/dist/src/utils/derivationPath.js +1 -1
  27. package/dist/src/utils/fees.js +29 -4
  28. package/dist/src/utils/fees.js.map +1 -1
  29. package/dist/src/utils/hdWalletOptions.d.ts +14 -0
  30. package/dist/src/utils/hdWalletOptions.js +48 -0
  31. package/dist/src/utils/hdWalletOptions.js.map +1 -0
  32. package/dist/tsconfig.tsbuildinfo +1 -1
  33. package/package.json +18 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/wallet-core",
3
- "version": "3.2.3",
3
+ "version": "3.3.0",
4
4
  "description": "Common library for yaswap wallet",
5
5
  "repository": "git@github.com:yaswap/wallet-core.git",
6
6
  "author": "monokh <mnokhb@gmail.com>",
@@ -33,23 +33,23 @@
33
33
  "@uniswap/v2-sdk": "^3.0.1",
34
34
  "@unstoppabledomains/resolution": "8.3.1",
35
35
  "@xchainjs/xchain-util": "^0.6.0",
36
- "@yaswap/bitcoin": "3.2.1",
37
- "@yaswap/bitcoin-ledger": "3.2.1",
38
- "@yaswap/client": "3.2.1",
39
- "@yaswap/cryptoassets": "3.2.3",
40
- "@yaswap/dogecoin": "3.2.1",
41
- "@yaswap/error-parser": "3.2.3",
42
- "@yaswap/errors": "3.2.1",
43
- "@yaswap/evm": "3.2.1",
44
- "@yaswap/evm-ledger": "3.2.1",
45
- "@yaswap/hw-ledger": "3.2.1",
46
- "@yaswap/litecoin": "3.2.1",
47
- "@yaswap/near": "3.2.1",
48
- "@yaswap/solana": "3.2.1",
49
- "@yaswap/terra": "3.2.1",
50
- "@yaswap/types": "3.2.1",
51
- "@yaswap/utils": "3.2.1",
52
- "@yaswap/yacoin": "3.2.1",
36
+ "@yaswap/bitcoin": "3.4.5",
37
+ "@yaswap/bitcoin-ledger": "3.4.5",
38
+ "@yaswap/client": "3.4.5",
39
+ "@yaswap/cryptoassets": "3.3.0",
40
+ "@yaswap/dogecoin": "3.4.5",
41
+ "@yaswap/error-parser": "3.3.0",
42
+ "@yaswap/errors": "3.4.5",
43
+ "@yaswap/evm": "3.4.5",
44
+ "@yaswap/evm-ledger": "3.4.5",
45
+ "@yaswap/hw-ledger": "3.4.5",
46
+ "@yaswap/litecoin": "3.4.5",
47
+ "@yaswap/near": "3.4.5",
48
+ "@yaswap/solana": "3.4.5",
49
+ "@yaswap/terra": "3.4.5",
50
+ "@yaswap/types": "3.4.5",
51
+ "@yaswap/utils": "3.4.5",
52
+ "@yaswap/yacoin": "3.4.5",
53
53
  "amplitude-js": "8.18.2",
54
54
  "bignumber.js": "^9.0.2",
55
55
  "detect-circular-deps": "^3.0.0",