Untitled

 avatar
unknown
plain_text
2 months ago
427 B
6
Indexable
`✅✅✅ ${exType} COMPLETED ✅✅✅\n\`\`\`Detail
Order id: ${order?._id}
Input amount: ${order?.inputAmount} ${order?.inputCurrency}
Output amount: ${order?.outputAmount} ${order?.outputCurrency}
Router: ${order?.route || order?.provider || 'Default' }\`\`\`
\`\`\`RecipientAddress:
${order?.destinationAddress} \`\`\`
${order?.inputTx && order?.inputTx !== '0x' ? `\`\`\`TransactionHash:
${order?.inputTx} \`\`\`` : ''}`
Editor is loading...
Leave a Comment