@gala-chain/launchpad-sdk 3.21.2 → 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,25 @@
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
+
13
+ ## 3.21.3
14
+
15
+ ### Patch Changes
16
+
17
+ - Fix GALA token symbol display in DEX pricing
18
+
19
+ When fetching GALA price from DEX Backend API, the symbol was showing as 'NONE' instead of 'GALA'
20
+ because the type field is 'none'. Added special handling to use the collection name as the symbol
21
+ for GALA tokens.
22
+
3
23
  ## 3.21.2
4
24
 
5
25
  ### Patch Changes
@@ -3,5 +3,5 @@
3
3
  * This file is generated by scripts/inject-version.ts during build
4
4
  * DO NOT EDIT MANUALLY
5
5
  */
6
- export declare const SDK_VERSION = "3.21.2";
6
+ export declare const SDK_VERSION = "3.21.4";
7
7
  //# sourceMappingURL=version.generated.d.ts.map