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

Token list not compliant #78

Open
javipus opened this issue Apr 6, 2021 · 1 comment
Open

Token list not compliant #78

javipus opened this issue Apr 6, 2021 · 1 comment
Assignees

Comments

@javipus
Copy link

javipus commented Apr 6, 2021

The token list cannot be imported to exchanges like HoneySwap or QuickSwap because it's not compliant (see JSON schema). The problems are:

  • Some token names are longer than 40 characters
  • Some token symbols use underscores _, which fail against the regex "^[a-zA-Z0-9+\\-%/\\$]+$"

Proposed solution:

  • Shorten token names to 40 characters or less
  • Replace _ with - in token symbols
@daywiss daywiss assigned pemulis and smb2796 and unassigned pemulis Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@pemulis @javipus @smb2796 and others