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

added check isSymbolConfusing() #1301

Merged
merged 1 commit into from
Jan 28, 2024
Merged

added check isSymbolConfusing() #1301

merged 1 commit into from
Jan 28, 2024

Conversation

randomshinichi
Copy link
Contributor

which ensures that symbols won't have non-alphanumeric characters and aren't too similar to existing ones

Sample output:

Encourage symbols to stick to alphanumerics and not include any funny characters. Definitely no emojis. Case in point: {
  Name: 'anotherBOZO',
  Symbol: '-BOZO-',
  ...
}
incoming token -BOZO- (sanitized: BOZO) is similar to an existing symbol $BOZO, advise them to change
No More Duplicate Symbols: 0 (18 exceptions)
Duplicate Mints: 0
Attempts to Add Multiple Tokens: 0
Invalid Mint Addresses: 0
Not Community Validated: 0 (612 exceptions)
Edits to Existing Tokens: 0
Issues with Symbols in Added Tokens: 2 <========== NEW

…e non-alphanumeric characters and aren't too similar to existing ones

Sample output:
Encourage symbols to stick to alphanumerics and not include any funny characters. Definitely no emojis. Case in point: {
  Name: 'anotherBOZO',
  Symbol: '-BOZO-',
  ...
}
incoming token -BOZO- (sanitized: BOZO) is similar to an existing symbol $BOZO, advise them to change
@9yoi 9yoi merged commit d02d477 into main Jan 28, 2024
@9yoi 9yoi deleted the token-symbol-naming-standards branch January 28, 2024 16:14
lakshay35 pushed a commit to lakshay35/token-list that referenced this pull request Feb 13, 2024
…e non-alphanumeric characters and aren't too similar to existing ones (jup-ag#1301)

Sample output:
Encourage symbols to stick to alphanumerics and not include any funny characters. Definitely no emojis. Case in point: {
  Name: 'anotherBOZO',
  Symbol: '-BOZO-',
  ...
}
incoming token -BOZO- (sanitized: BOZO) is similar to an existing symbol $BOZO, advise them to change
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

Successfully merging this pull request may close these issues.

2 participants