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

Allow duplicate legend and daddy #4491

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading