Skip to content

Commit

Permalink
fix hints after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed Jun 12, 2024
1 parent 95f5f02 commit 3f94498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/hints/aeCoinHints.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const aeCoinHints = {
aeCoin: 'æternity native coin.',
tokenSymbol: 'Reserved token name.',
price: 'Price of the token in AE and USD.',
tokenSymbol: 'Reserved coin name.',
price: 'Price of the coin in AE and USD.',
totalSupply: 'Amount of coins in circulation.',
circulating: 'Amount of distributed coins minus the burned amount.',
decimals: 'The decimal granularity of the coin.',
Expand Down

0 comments on commit 3f94498

Please sign in to comment.