edge-currency-accountbased 1.4.8 → 1.4.10
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 +9 -0
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +2 -2
- package/android/src/main/assets/edge-currency-accountbased/tron.chunk.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/zcash.chunk.js +1 -1
- package/android/src/main/assets/saplingtree/mainnet/2170000.json +7 -0
- package/lib/fio/fioConst.js +4 -4
- package/lib/ripple/rippleInfo.js +2 -2
- package/lib/tron/tronTypes.js +2 -2
- package/lib/zcash/zcashTypes.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# edge-currency-accountbased
|
|
2
2
|
|
|
3
|
+
## 1.4.10 (2023-07-27)
|
|
4
|
+
|
|
5
|
+
- Replace asMaybe and asOptional cleaner default objects with functions that return new objects in otherData cleaners
|
|
6
|
+
|
|
7
|
+
## 1.4.9 (2023-07-26)
|
|
8
|
+
|
|
9
|
+
- Update XRP explorer url
|
|
10
|
+
- Update checkpoints
|
|
11
|
+
|
|
3
12
|
## 1.4.8 (2023-07-21)
|
|
4
13
|
|
|
5
14
|
- Optimism: Replace deprecated rpc method `rollup_gasPrices` with `l1BaseFee` query
|