Skip to content

Commit

Permalink
Merge pull request #309 from infinitybase/rf/chore/improve-deposit-name
Browse files Browse the repository at this point in the history
CHORE: Add depoist name generator
  • Loading branch information
guimroque authored Oct 29, 2024
2 parents ef94678 + 2054276 commit 7c7eebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/modules/transaction/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const formatFuelTransaction = async (

const formattedTransaction = {
id: tx.id,
name: `DEPOSIT_${tx.id}`, // TODO: change this
name: 'Deposit',
hash: tx.id.slice(2),
sendTime: tx.date,
createdAt: tx.date,
Expand Down

0 comments on commit 7c7eebe

Please sign in to comment.