@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.
- package/README.md +1 -2
- package/package.json +1 -1
- 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