Brave
Brave
In my opinion, you might send buy transaction with createAndBuy transaction. If you send sniping transaction with createAndBuy transaction, your sniper can not found bonding curve because createAndBuy transaction does...
I hope this helps you. ```ts const [coinCreatorVaultAuthority] = PublicKey.findProgramAddressSync( [ Buffer.from("creator_vault"), // seed from IDL new PublicKey(user).toBuffer(), // coin_creator from pool ], PUMP_AMM_PROGRAM ); const coinCreatorVaultAta = spl.getAssociatedTokenAddressSync( WSOL,...
Sorry for my delay. You can check this repo built customized transaction. https://github.com/plzbugmenot/Solana_Wallet_Manager_Script