@gala-chain/launchpad-sdk 3.0.1 → 3.0.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Gala Launchpad SDK v3.0.1
1
+ # Gala Launchpad SDK v3.0.2
2
2
 
3
3
  A comprehensive TypeScript SDK for the Gala Launchpad Backend API, providing type-safe authentication, trading, and real-time features for DeFi applications.
4
4
 
@@ -68,13 +68,13 @@ console.log(pools.hasNext); // Computed convenience properties
68
68
  ## 📦 Installation
69
69
 
70
70
  ```bash
71
- npm install @gala-chain/launchpad-sdk@^3.0.1
71
+ npm install @gala-chain/launchpad-sdk@^3.0.2
72
72
  ```
73
73
 
74
74
  Or with yarn:
75
75
 
76
76
  ```bash
77
- yarn add @gala-chain/launchpad-sdk@^3.0.1
77
+ yarn add @gala-chain/launchpad-sdk@^3.0.2
78
78
  ```
79
79
 
80
80
  ## 🏁 Quick Start