Skip to content

Commit

Permalink
fix: Amount column format on ethereumsends table
Browse files Browse the repository at this point in the history
  • Loading branch information
moraesjeremias committed Aug 12, 2024
1 parent 158de48 commit ce8c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/transaction-cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ export default class TransactionCron {
amount: new BigNumber(
value.message.fungibleToken.amount,
16
).toString(),
).toFixed(),
dataType: "ERC20",
status: "CLAIMED",
destinationBlockHash: data.block.hash,
Expand Down

0 comments on commit ce8c386

Please sign in to comment.