Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cryptoscan-pro/cryptoscan-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Cryptoscan committed Dec 23, 2024
2 parents 29f1201 + f6bda5e commit abe68bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prices.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ export default function (data) {
const emoji = changes[0].startsWith('-') ? '📉' : '📈';
const type = changes[0].startsWith('-') ? 'падает' : 'растет';
return `${emoji} #${data?.symbol} ${type} ${changes[0]} на [${data?.exchange}](${getExchangeUrl(data?.exchange, data.symbol.toLowerCase().replace('usdt', ''), 'usdt')})\nP: ${data?.price} 24h: ${getBigNumber(data.volume)} USDT (${getAgo(new Date(data.createdAt))})\n${changes.slice(1).join(', ')}\n`
}
}

0 comments on commit abe68bb

Please sign in to comment.