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

Add trump and xsol to dups #4730

Merged
merged 1 commit into from
Jun 26, 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 @@ -301,6 +301,12 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Mint: 'BqhNdGtS1Nqtzi2MvZ7G8NN1vRuHZ12UpHGJKe71e1JT',
'Community Validated': true,
},
{
Name: 'DONALD TRUMP',
Symbol: 'TRUMP',
Mint: '4h8LjZWUfUQVgbEZ29UzTuGXNW6rwrJis78ZU66ekkPV',
'Community Validated': true,
},
{
Name: 'UPROCK',
Symbol: 'UPT',
Expand Down Expand Up @@ -331,6 +337,12 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Mint: 'Ue4yjkPjA4QGis37eWbBsnqfzyK83BtY4AioDETp3Ab',
"Community Validated": true
},
{
Name: 'ElagabalX Staked SOL',
Symbol: 'xSOL',
Mint: 'B5GgNAZQDN8vPrQ15jPrXmJxVtManHLqHogj9B9i4zSs',
"Community Validated": true
},
{
"Name": "Zoomer",
"Symbol": "ZOOMER",
Expand Down
Loading