@gala-chain/launchpad-sdk 3.3.4 → 3.3.5

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.
@@ -601,7 +601,7 @@ export declare class LaunchpadSDK {
601
601
  * Update user profile information
602
602
  *
603
603
  * @param data Profile update data
604
- * @returns Promise<UserProfile> Update result
604
+ * @returns Promise<void> No return data - throws on failure
605
605
  */
606
606
  updateProfile(data: UpdateProfileData): Promise<void>;
607
607
  /**