@pump-fun/pump-sdk 1.30.0-devnet.1 → 1.30.0

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 (3) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
  3. package/src/sdk.ts +1 -1
package/README.md CHANGED
@@ -186,8 +186,7 @@ await PUMP_SDK.updateSharingConfigWithSocialRecipients({
186
186
  });
187
187
 
188
188
  // 2) Create sharing config + set social recipients in one flow
189
- // - Use pool for graduated coins
190
- // - Use null for ungraduated coins
189
+ // - Use pool for graduated coins or null for ungraduated
191
190
  await PUMP_SDK.createSharingConfigWithSocialRecipients({
192
191
  creator,
193
192
  mint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pump-fun/pump-sdk",
3
- "version": "1.30.0-devnet.1",
3
+ "version": "1.30.0",
4
4
  "description": "Pump Bonding Curve SDK",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/pump-fun/pump-sdk#readme",
package/src/sdk.ts CHANGED
@@ -45,8 +45,8 @@ import {
45
45
  pumpPoolAuthorityPda,
46
46
  feeSharingConfigPda,
47
47
  userVolumeAccumulatorPda,
48
- socialFeePda,
49
48
  bondingCurveV2Pda,
49
+ socialFeePda,
50
50
  } from "./pda";
51
51
  import {
52
52
  BondingCurve,