@@ -17,8 +17,8 @@ use crate::error::LaunchpadError;
1717use crate :: events:: { CommonFields , LaunchCloseEvent , LaunchCompletedEvent } ;
1818use crate :: state:: { Launch , LaunchState } ;
1919use crate :: {
20- fee_recipient, PRICE_SCALE , TOKENS_TO_DAMM_V2_LIQUIDITY_UNSCALED , TOKENS_TO_FUTARCHY_LIQUIDITY ,
21- TOKENS_TO_PARTICIPANTS , TOKEN_SCALE ,
20+ fee_recipient, PRICE_SCALE , PROPOSAL_MIN_STAKE_TOKENS , TOKENS_TO_DAMM_V2_LIQUIDITY_UNSCALED ,
21+ TOKENS_TO_FUTARCHY_LIQUIDITY , TOKENS_TO_PARTICIPANTS , TOKEN_SCALE ,
2222} ;
2323use anchor_spl:: metadata:: {
2424 mpl_token_metadata:: ID as MPL_TOKEN_METADATA_PROGRAM_ID , update_metadata_accounts_v2, Metadata ,
@@ -426,7 +426,7 @@ impl CompleteLaunch<'_> {
426426 min_quote_futarchic_liquidity : 0 ,
427427 min_base_futarchic_liquidity : 0 ,
428428 pass_threshold_bps : 300 ,
429- base_to_stake : TOKENS_TO_PARTICIPANTS / 20 ,
429+ base_to_stake : PROPOSAL_MIN_STAKE_TOKENS ,
430430 seconds_per_proposal : 3 * 24 * 60 * 60 ,
431431 twap_start_delay_seconds : 24 * 60 * 60 ,
432432 nonce : 0 ,
0 commit comments