@@ -17,8 +17,9 @@ use crate::error::LaunchpadError;
1717use crate :: events:: { CommonFields , LaunchCloseEvent , LaunchCompletedEvent } ;
1818use crate :: state:: { Launch , LaunchState } ;
1919use crate :: {
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 ,
20+ metadao_multisig_vault, PRICE_SCALE , PROPOSAL_MIN_STAKE_TOKENS ,
21+ TOKENS_TO_DAMM_V2_LIQUIDITY_UNSCALED , TOKENS_TO_FUTARCHY_LIQUIDITY , TOKENS_TO_PARTICIPANTS ,
22+ TOKEN_SCALE ,
2223} ;
2324use anchor_spl:: metadata:: {
2425 mpl_token_metadata:: ID as MPL_TOKEN_METADATA_PROGRAM_ID , update_metadata_accounts_v2, Metadata ,
@@ -213,7 +214,7 @@ pub struct CompleteLaunch<'info> {
213214 pub bid_wall_quote_token_account : UncheckedAccount < ' info > ,
214215
215216 /// CHECK: The fee recipient of bid wall fees, a fixed address
216- #[ account( address = fee_recipient :: id( ) ) ]
217+ #[ account( address = metadao_multisig_vault :: id( ) ) ]
217218 pub fee_recipient : AccountInfo < ' info > ,
218219
219220 pub system_program : Program < ' info , System > ,
0 commit comments