@gala-chain/launchpad-sdk 3.16.2 → 3.16.3
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
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.16.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ## Fix: Correct Token Format Conversion for Price History (v3.16.3)
|
|
8
|
+
|
|
9
|
+
Simplified token format conversion - removed overly strict validation and corrected the format
|
|
10
|
+
transformation logic.
|
|
11
|
+
|
|
12
|
+
The API expects simple pipe-to-dollar conversion:
|
|
13
|
+
- Input: `GALA|Unit|none|none`
|
|
14
|
+
- Output: `GALA$Unit$none$none`
|
|
15
|
+
|
|
16
|
+
Changed PriceHistoryService to:
|
|
17
|
+
- Use existing token normalization utilities
|
|
18
|
+
- Apply simple pipe-to-dollar format conversion
|
|
19
|
+
- Remove overly strict token format validation that was incorrectly rejecting valid formats
|
|
20
|
+
|
|
3
21
|
## 3.16.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|