edge-currency-accountbased 4.55.2 → 4.55.4
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 +8 -0
- package/android/src/main/assets/edge-currency-accountbased/edge-currency-accountbased.js +1 -1
- package/android/src/main/assets/edge-currency-accountbased/ripple.chunk.js +3 -3
- package/lib/ethereum/info/hyperEvmInfo.js +2 -2
- package/lib/ripple/RippleTools.js +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 4.55.4 (2025-07-25)
|
|
6
|
+
|
|
7
|
+
- fixed: Add xrp network support to RippleTools parseUri networks
|
|
8
|
+
|
|
9
|
+
## 4.55.3 (2025-07-24)
|
|
10
|
+
|
|
11
|
+
- changed: HyperEVM block explorer links changed from hyperliquid.xyz to hyperevmscan.io.
|
|
12
|
+
|
|
5
13
|
## 4.55.2 (2025-07-22)
|
|
6
14
|
|
|
7
15
|
- changed: Upgrade chain-registry package.
|