ElXanys

Results 4 issues of ElXanys

Jupiter swap does not work for some reason : `SwapQuoteAg swapQuote = await m_dexJupiter.GetSwapQuote(m_tokenSell.MintAddress, m_tokenBuy.MintAddress, DecimalUtil.ToUlong(m_amount, m_tokenSell.Decimals), SwapMode.ExactIn); Transaction tx = await m_dexJupiter.Swap(swapQuote); transaction.Sign(m_walletAccount); var result = await m_clientRPC.SendTransactionAsync(Convert.ToBase64String(transaction.Serialize()));` But...