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

Commit

Permalink
Add duplicate legend and daddy (#4491)
Browse files Browse the repository at this point in the history
  • Loading branch information
9yoi authored Jun 14, 2024
1 parent cacedc2 commit 3f0dced
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/utils/duplicate-symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Mint: 'FfpyoV365c7iR8QQg5NHGCXQfahbqzY67B3wpzXkiLXr',
"Community Validated": true
},
{
Name: 'DADDY TATE',
Symbol: 'DADDY',
Mint: '4Cnk9EPnW5ixfLZatCPJjDB1PUtcRpVVgTQukm9epump',
"Community Validated": true
},
{
Name: 'Eggdog',
Symbol: 'EGG',
Expand Down Expand Up @@ -103,6 +109,12 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Mint: 'B8AmDZRJeHuq8CPciey6jocq9p4ivc4ZurDXPwtqs2Qg',
'Community Validated': true,
},
{
Name: 'THE Legend',
Symbol: 'LEGEND',
Mint: 'EEAy5QjPS5F3Jqqd51MYfHo8enAKtgFZxNnFjbeVpump',
"Community Validated": true
},
{
Name: 'LILY',
Symbol: 'LILY',
Expand Down

0 comments on commit 3f0dced

Please sign in to comment.