You can easily check your transaction status. Just provider source transaction hash and you will see the status in destination chain, as well as a hash in destination blockchain in case of transactrion success
// Your source transaction hashconstsrcTxHash='0x6a851726e31e207dcea611424c194fb3ce132404598646b6903ee43fe8930e95';conststatus=awaitaxios.get(`https://api-v2.rubic.exchange/api/routes/status?srcTxHash=${srcTxHash}`);