@gala-chain/launchpad-sdk 3.21.3 → 3.21.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
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.21.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fetch token symbol metadata from DEX API instead of deriving from type field
|
|
8
|
+
|
|
9
|
+
Instead of trusting the type field for token symbols (which doesn't always align with actual token
|
|
10
|
+
symbols), now properly fetch token metadata from /v1/tokens endpoint to get the correct symbol.
|
|
11
|
+
Includes graceful fallback to type field if metadata fetch fails.
|
|
12
|
+
|
|
3
13
|
## 3.21.3
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|