Test front-end against ERC-20 tokens without symbol
and decimals
#115
Labels
a-frontend
Area: front-end
symbol
and decimals
#115
ERC-20 specifies that
symbol
anddecimals
are optional.The display of ERC-20 amounts was programmed with this spec in mind.
It would be good to exercise the front-end with those edge cases.
By default, it should display "tokens" when a symbol is missing, and have 0 decimal places.
The text was updated successfully, but these errors were encountered: