@gala-chain/launchpad-sdk 3.7.5 → 3.7.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.7.6 - 2025-10-02
4
+
5
+ ### Documentation
6
+
7
+ - **Graduation calculation clarification** - Updated CLAUDE.md with comprehensive token graduation patterns
8
+ - Added "Token Graduation Patterns" section with detailed workflow examples
9
+ - Clarified that `calculateBuyAmountForGraduation()` returns GALA cost, not token quantity
10
+ - Added reference table showing what `amount` field represents across all calculation methods
11
+ - Included real-world examples preventing misinterpretation (e.g., "1594263.419" = 1.59 million GALA)
12
+
13
+ ### Benefits
14
+
15
+ - ✅ Clearer understanding of bonding curve graduation mechanics
16
+ - ✅ Prevents confusion between GALA cost and token quantities
17
+ - ✅ Better AI agent integration with graduation workflows
18
+
3
19
  ## 3.7.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gala-chain/launchpad-sdk",
3
- "version": "3.7.5",
3
+ "version": "3.7.7",
4
4
  "description": "TypeScript SDK for Gala Launchpad Backend API - Production-ready DeFi token launchpad integration with wallet-based authentication, GalaChain trading, and comprehensive user operations. 100% tested (22/22 endpoints working).",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",