@yaswap/wallet-core 2.10.8 → 3.0.1

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,26 @@
1
1
  # @yaswap/wallet-core
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Handle AxiosError in case the transaction/block not found
8
+ - Updated dependencies
9
+ - @yaswap/cryptoassets@3.0.1
10
+ - @yaswap/error-parser@3.0.1
11
+
12
+ ## 3.0.0
13
+
14
+ ### Major Changes
15
+
16
+ - Support manifest v3
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @yaswap/cryptoassets@3.0.0
22
+ - @yaswap/error-parser@3.0.0
23
+
3
24
  ## 2.10.8
4
25
 
5
26
  ### Patch Changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/wallet-core",
3
- "version": "2.10.7",
3
+ "version": "3.0.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": "2.10.7",
37
- "@yaswap/bitcoin-ledger": "2.10.7",
38
- "@yaswap/client": "2.10.7",
36
+ "@yaswap/bitcoin": "3.0.1",
37
+ "@yaswap/bitcoin-ledger": "3.0.1",
38
+ "@yaswap/client": "3.0.1",
39
39
  "@yaswap/cryptoassets": "workspace:*",
40
- "@yaswap/dogecoin": "2.10.7",
40
+ "@yaswap/dogecoin": "3.0.1",
41
41
  "@yaswap/error-parser": "workspace:*",
42
- "@yaswap/errors": "2.10.7",
43
- "@yaswap/evm": "2.10.7",
44
- "@yaswap/evm-ledger": "2.10.7",
45
- "@yaswap/hw-ledger": "2.10.7",
46
- "@yaswap/litecoin": "2.10.7",
47
- "@yaswap/near": "2.10.7",
48
- "@yaswap/solana": "2.10.7",
49
- "@yaswap/terra": "2.10.7",
50
- "@yaswap/types": "2.10.7",
51
- "@yaswap/utils": "2.10.7",
52
- "@yaswap/yacoin": "2.10.7",
42
+ "@yaswap/errors": "3.0.1",
43
+ "@yaswap/evm": "3.0.1",
44
+ "@yaswap/evm-ledger": "3.0.1",
45
+ "@yaswap/hw-ledger": "3.0.1",
46
+ "@yaswap/litecoin": "3.0.1",
47
+ "@yaswap/near": "3.0.1",
48
+ "@yaswap/solana": "3.0.1",
49
+ "@yaswap/terra": "3.0.1",
50
+ "@yaswap/types": "3.0.1",
51
+ "@yaswap/utils": "3.0.1",
52
+ "@yaswap/yacoin": "3.0.1",
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 | 2 | 3 | 4 | 5;
28
+ export declare function getPriority(chain: string): 0 | 1 | 4 | 2 | 3 | 5;
29
29
  export declare const orderChains: (firstChain: {
30
30
  totalFiatBalance: BN;
31
31
  nativeAssetMarketCap: BN;