@yaswap/wallet-core 2.3.0 → 2.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/CHANGELOG.md +18 -0
- package/dist/package.json +1 -1
- package/dist/src/build.config.js +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @yaswap/wallet-core
|
|
2
2
|
|
|
3
|
+
## 2.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Change yacoin explorer URL
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @yaswap/cryptoassets@2.3.2
|
|
10
|
+
- @yaswap/error-parser@2.3.2
|
|
11
|
+
|
|
12
|
+
## 2.3.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Change yacoin explorer URL
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @yaswap/cryptoassets@2.3.1
|
|
19
|
+
- @yaswap/error-parser@2.3.1
|
|
20
|
+
|
|
3
21
|
## 2.3.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/dist/package.json
CHANGED
package/dist/src/build.config.js
CHANGED
|
@@ -66,12 +66,12 @@ const config = {
|
|
|
66
66
|
infuraApiKey: 'da99ebc8c0964bb8bb757b6f8cc40f1f',
|
|
67
67
|
yacEsploraApis: {
|
|
68
68
|
esploraUrl: {
|
|
69
|
-
testnet: '
|
|
70
|
-
mainnet: '
|
|
69
|
+
testnet: 'https://yaswap.yacoin.org/api',
|
|
70
|
+
mainnet: 'https://yaswap.yacoin.org/api'
|
|
71
71
|
},
|
|
72
72
|
esploraSwapUrl: {
|
|
73
|
-
testnet: '
|
|
74
|
-
mainnet: '
|
|
73
|
+
testnet: 'https://yaswap.yacoin.org',
|
|
74
|
+
mainnet: 'https://yaswap.yacoin.org'
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
btcEsploraApis: {
|