@gala-chain/launchpad-sdk 3.21.0 → 3.21.2

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,24 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.21.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix GALA token ID format for DEX Backend API pricing
8
+
9
+ The GALA token ID was using incorrect format `GALA|Unit|Unit|none` when the DEX Backend API
10
+ expects `GALA|Unit|none|none`. This caused all GALA price queries to fail with 400 "Token Not
11
+ found" errors. Corrected the type field from 'Unit' to 'none' in both DexService and LaunchpadSDK.
12
+
13
+ ## 3.21.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Fix MCP tool registry validation to prevent server initialization failure
18
+
19
+ The tool registry was validating for 57 tools but only 54 exist, causing the MCP server to fail
20
+ during startup. Corrected the validation count to match actual tool count.
21
+
3
22
  ## 3.21.0
4
23
 
5
24
  ### Minor 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.0";
6
+ export declare const SDK_VERSION = "3.21.2";
7
7
  //# sourceMappingURL=version.generated.d.ts.map