edge-currency-accountbased 1.2.7 → 1.2.9
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/fio.chunk.js +2 -2
- package/android/src/main/assets/piratesaplingtree/mainnet/2400000.json +7 -0
- package/android/src/main/assets/piratesaplingtree/mainnet/2410000.json +7 -0
- package/android/src/main/assets/saplingtree/mainnet/2090000.json +7 -0
- package/lib/ethereum/info/ethereumInfo.js +8 -0
- package/lib/fio/FioEngine.js +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# edge-currency-accountbased
|
|
2
2
|
|
|
3
|
+
## 1.2.9 (2023-05-23)
|
|
4
|
+
|
|
5
|
+
- FIO: Handle empty otherParams objects as null
|
|
6
|
+
|
|
7
|
+
## 1.2.8 (2023-05-23)
|
|
8
|
+
|
|
9
|
+
- Add Pepe token
|
|
10
|
+
- Update ZEC/ARRR checkpoints
|
|
11
|
+
|
|
3
12
|
## 1.2.7 (2023-05-17)
|
|
4
13
|
|
|
5
14
|
- Tron: Pass nativeAmount directly to TRC20 encoder
|