Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Allow SC dup
Browse files Browse the repository at this point in the history
  • Loading branch information
9yoi authored Jul 1, 2024
1 parent e2daace commit a86f43c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/utils/duplicate-symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,12 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Mint: 'DLUNTKRQt7CrpqSX1naHUYoBznJ9pvMP65uCeWQgYnRK',
"Community Validated": true,
},
{
Name: 'STAR CAT',
Symbol: 'SC',
Mint: 'A2GHnfpZvyeZX5Pr63jdMmo9uYbpaaKqHHuPD5xD2n6v',
"Community Validated": true,
},
{
Name: 'sRLY (Rally Solana)',
Symbol: 'sRLY',
Expand Down

0 comments on commit a86f43c

Please sign in to comment.