pub async fn make_swap_ixs( provider: &Provider, wallet: &Keypair, swap_context: &SwapContext, quick: bool, ) -> Result<Vec<Instruction>, Box<dyn Error>>