@metaplex-foundation/genesis 0.32.0 → 0.32.1
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/dist/src/api/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/src/api/types.d.ts
CHANGED
|
@@ -167,8 +167,8 @@ export interface BondingCurveLaunchInput {
|
|
|
167
167
|
*/
|
|
168
168
|
creatorFeeWallet?: PublicKey | string;
|
|
169
169
|
/**
|
|
170
|
-
*
|
|
171
|
-
*
|
|
170
|
+
* SOL amount for a mandatory first buy by the launching wallet (e.g. 0.1
|
|
171
|
+
* means 0.1 SOL). When a nonzero value is provided, the first swap on the
|
|
172
172
|
* bonding curve must come from the launching wallet for exactly this amount.
|
|
173
173
|
*
|
|
174
174
|
* Omit or set to `0` to disable the first-buy restriction.
|