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

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
elkalash authored Jun 20, 2024
2 parents 8709a30 + fd6b15f commit 114e85d
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 6 deletions.
1 change: 1 addition & 0 deletions banned-tokens.csv
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ bpWLNxxKo7vzVZfCAzKuNzzjiAFMNQnC47zNZANyeSS,fake PYUSD
BqCD3EkMe2b9mpmjRyNmWNVEpZ9YcL8QNEeA4qUCn8i9,fake PYUSD
F1VCjLrg4Z1AeztQkFdCgHsja89i7HhXmNbv6mSWhqfw,fake PYUSD
BYk5tQT9SaSevAT3ULN1VRJ7MNw8wdgLYKhSqNSBVP3H,fake PYUSD
J69MhRbQ4184TfN63Gja9CrsywLvMT7pzEVrKJ9GVhJ3,fake BABYTRUMP
54 changes: 54 additions & 0 deletions src/utils/duplicate-symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Mint: '4rUfhWTRpjD1ECGjw1UReVhA8G63CrATuoFLRVRkkqhs',
"Community Validated": true
},
{
Name: 'Anonymous',
Symbol: 'ANON',
Mint: '8VJ51bdE3xorQ1zB7FEa8CsHdM4kw77xCFiCgbnL2qbT',
"Community Validated": true
},
{
Name: 'Any Inu (Wormhole)',
Symbol: 'AI',
Expand Down Expand Up @@ -55,6 +61,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 +115,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 Expand Up @@ -187,6 +205,18 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Mint: 'CYuXNHURE8cF3rQc1687DZnmsWx9ATNG3mZPFmryu22S',
"Community Validated": true
},
{
Name: 'PEPE',
Symbol: 'PEPE',
Mint: 'B5WTLaRwaUQpKk7ir1wniNB6m5o8GgMrimhKMYan2R6B',
"Community Validated": true
},
{
Name: 'Pepe',
Symbol: 'PEPE',
Mint: 'ox698TZsZAN2miNQj1FQb48A58FZ546c4sWqq9Y9vmU',
"Community Validated": true
},
{
Name: 'Rocky',
Symbol: 'ROCKY',
Expand Down Expand Up @@ -259,6 +289,24 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Mint: 'AwRErBEFGTnohzfLeRSBH9HddQEy2oeRxnWLrbvFFh95',
'Community Validated': true,
},
{
Name: 'UPROCK',
Symbol: 'UPT',
Mint: 'UPTx1d24aBWuRgwxVnFmX4gNraj3QGFzL3QqBgxtWQG',
'Community Validated': true,
},
{
Name: 'LandWolf',
Symbol: 'WOLF',
Mint: 'Faf89929Ni9fbg4gmVZTca7eW6NFg877Jqn6MizT3Gvw',
"Community Validated": true
},
{
Name: 'Wall Street Bets',
Symbol: 'WSB',
Mint: 'AkVt31h8vgji5wF4nVbq1QmBV5wBoe8JdSoDTkDhQwEw',
"Community Validated": true
},
{
Name: 'Whales Market',
Symbol: 'WHALES',
Expand All @@ -270,6 +318,12 @@ export const allowedDuplicateSymbols: AllowedException[] = [
Symbol: 'WHEY',
Mint: 'Ue4yjkPjA4QGis37eWbBsnqfzyK83BtY4AioDETp3Ab',
"Community Validated": true
},
{
"Name": "Zoomer",
"Symbol": "ZOOMER",
"Mint": "9MBzpyMRkj2r5nTQZMMnxnCm5j1MAAFSYUtbSKjAF3WU",
"Community Validated": true
}
]

Expand Down
Loading

0 comments on commit 114e85d

Please sign in to comment.