@yaswap/wallet-core 2.4.0 → 2.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @yaswap/wallet-core
2
2
 
3
+ ## 2.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Change YAC explorer URL
8
+ - Updated dependencies
9
+ - @yaswap/cryptoassets@2.4.2
10
+ - @yaswap/error-parser@2.4.2
11
+
12
+ ## 2.4.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Change YAC explorer URL
17
+ - Updated dependencies
18
+ - @yaswap/cryptoassets@2.4.1
19
+ - @yaswap/error-parser@2.4.1
20
+
3
21
  ## 2.4.0
4
22
 
5
23
  ### Minor Changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/wallet-core",
3
- "version": "2.3.2",
3
+ "version": "2.4.1",
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>",
@@ -66,12 +66,12 @@ const config = {
66
66
  infuraApiKey: 'da99ebc8c0964bb8bb757b6f8cc40f1f',
67
67
  yacEsploraApis: {
68
68
  esploraUrl: {
69
- testnet: 'http://192.168.0.102:3001/api',
70
- mainnet: 'http://192.168.0.102:3001/api'
69
+ testnet: 'http://192.168.0.101:3001/api',
70
+ mainnet: 'http://192.168.0.101:3001/api'
71
71
  },
72
72
  esploraSwapUrl: {
73
- testnet: 'http://192.168.0.102:3001',
74
- mainnet: 'http://192.168.0.102:3001'
73
+ testnet: 'http://192.168.0.101:3001',
74
+ mainnet: 'http://192.168.0.101:3001'
75
75
  }
76
76
  },
77
77
  btcEsploraApis: {