Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test front-end against ERC-20 tokens without symbol and decimals #115

Open
guidanoli opened this issue Jun 27, 2024 · 1 comment
Open

Test front-end against ERC-20 tokens without symbol and decimals #115

guidanoli opened this issue Jun 27, 2024 · 1 comment
Labels
a-frontend Area: front-end

Comments

@guidanoli
Copy link
Contributor

ERC-20 specifies that symbol and decimals 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.

@guidanoli guidanoli added the a-frontend Area: front-end label Jun 27, 2024
@guidanoli
Copy link
Contributor Author

Token lists are a good way to get token names, logo, and other infos from address: https://tokenlists.org/
Source: https://discord.com/channels/600597137524391947/1166042819782258788/1255983467309826089

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-frontend Area: front-end
Projects
Status: Todo
Development

No branches or pull requests

1 participant