Skip to content

Commit

Permalink
fix: update label address to
Browse files Browse the repository at this point in the history
  • Loading branch information
Tien Nam Dao committed Nov 30, 2022
1 parent dfe0728 commit 495ea51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export enum CardInfoLabels {
confirmations = 'Status:',
block = 'Block:',
from = 'From:',
to = 'Interacted With (To):',
createdContractAddressHash = 'To',
to = 'To:',
createdContractAddressHash = 'Interacted With (To):',
time = 'Timestamp:',
value = 'Value:',
fee = 'Transaction Fee:',
Expand Down

0 comments on commit 495ea51

Please sign in to comment.