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

Dup Pepe and WSB #4548

Merged
merged 1 commit into from
Jun 17, 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 @@ -211,6 +211,12 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Mint: 'B5WTLaRwaUQpKk7ir1wniNB6m5o8GgMrimhKMYan2R6B',
"Community Validated": true
},
{
Name: 'Pepe on Sol',
Symbol: 'PEPE',
Mint: 'ox698TZsZAN2miNQj1FQb48A58FZ546c4sWqq9Y9vmU',
"Community Validated": true
},
{
Name: 'Rocky',
Symbol: 'ROCKY',
Expand Down Expand Up @@ -289,6 +295,12 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Mint: 'UPTx1d24aBWuRgwxVnFmX4gNraj3QGFzL3QqBgxtWQG',
'Community Validated': true,
},
{
Name: 'Wall Street Bets',
Symbol: 'WSB',
Mint: 'AkVt31h8vgji5wF4nVbq1QmBV5wBoe8JdSoDTkDhQwEw',
"Community Validated": true
},
{
Name: 'Whales Market',
Symbol: 'WHALES',
Expand Down
Loading