@yaswap/wallet-core 3.1.2 → 3.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @yaswap/wallet-core
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Use latest CAL v3.2.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @yaswap/cryptoassets@3.2.0
13
+ - @yaswap/error-parser@3.2.0
14
+
3
15
  ## 3.1.2
4
16
 
5
17
  ### Patch Changes
package/dist/package.json CHANGED
@@ -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.1.0",
37
- "@yaswap/bitcoin-ledger": "3.1.0",
38
- "@yaswap/client": "3.1.0",
36
+ "@yaswap/bitcoin": "3.2.0",
37
+ "@yaswap/bitcoin-ledger": "3.2.0",
38
+ "@yaswap/client": "3.2.0",
39
39
  "@yaswap/cryptoassets": "workspace:*",
40
- "@yaswap/dogecoin": "3.1.0",
40
+ "@yaswap/dogecoin": "3.2.0",
41
41
  "@yaswap/error-parser": "workspace:*",
42
- "@yaswap/errors": "3.1.0",
43
- "@yaswap/evm": "3.1.0",
44
- "@yaswap/evm-ledger": "3.1.0",
45
- "@yaswap/hw-ledger": "3.1.0",
46
- "@yaswap/litecoin": "3.1.0",
47
- "@yaswap/near": "3.1.0",
48
- "@yaswap/solana": "3.1.0",
49
- "@yaswap/terra": "3.1.0",
50
- "@yaswap/types": "3.1.0",
51
- "@yaswap/utils": "3.1.0",
52
- "@yaswap/yacoin": "3.1.0",
42
+ "@yaswap/errors": "3.2.0",
43
+ "@yaswap/evm": "3.2.0",
44
+ "@yaswap/evm-ledger": "3.2.0",
45
+ "@yaswap/hw-ledger": "3.2.0",
46
+ "@yaswap/litecoin": "3.2.0",
47
+ "@yaswap/near": "3.2.0",
48
+ "@yaswap/solana": "3.2.0",
49
+ "@yaswap/terra": "3.2.0",
50
+ "@yaswap/types": "3.2.0",
51
+ "@yaswap/utils": "3.2.0",
52
+ "@yaswap/yacoin": "3.2.0",
53
53
  "amplitude-js": "8.18.2",
54
54
  "bignumber.js": "^9.0.2",
55
55
  "detect-circular-deps": "^3.0.0",
@@ -25,7 +25,7 @@ export declare function getPrices(baseCurrencies: string[], toCurrency: string):
25
25
  [x: string]: any;
26
26
  }>;
27
27
  export declare function getCurrenciesInfo(baseCurrencies: string[]): Promise<CurrenciesInfo>;
28
- export declare function getPriority(chain: string): 0 | 1 | 4 | 2 | 3 | 5;
28
+ export declare function getPriority(chain: string): 2 | 1 | 0 | 3 | 4 | 5;
29
29
  export declare const orderChains: (firstChain: {
30
30
  totalFiatBalance: BN;
31
31
  nativeAssetMarketCap: BN;