@gala-chain/launchpad-sdk 3.21.1 → 3.21.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,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.21.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fix GALA token symbol display in DEX pricing
|
|
8
|
+
|
|
9
|
+
When fetching GALA price from DEX Backend API, the symbol was showing as 'NONE' instead of 'GALA'
|
|
10
|
+
because the type field is 'none'. Added special handling to use the collection name as the symbol
|
|
11
|
+
for GALA tokens.
|
|
12
|
+
|
|
13
|
+
## 3.21.2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Fix GALA token ID format for DEX Backend API pricing
|
|
18
|
+
|
|
19
|
+
The GALA token ID was using incorrect format `GALA|Unit|Unit|none` when the DEX Backend API
|
|
20
|
+
expects `GALA|Unit|none|none`. This caused all GALA price queries to fail with 400 "Token Not
|
|
21
|
+
found" errors. Corrected the type field from 'Unit' to 'none' in both DexService and LaunchpadSDK.
|
|
22
|
+
|
|
3
23
|
## 3.21.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|