Skip to content

Commit

Permalink
Revert "feat: added droid token to scams"
Browse files Browse the repository at this point in the history
This reverts commit 5409a42.
  • Loading branch information
He1DAr authored Mar 5, 2025
1 parent 3530fa1 commit 7519ca3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/token/[tokenId]/PageClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ import { TokenTabs } from './Tabs';
import { TokenInfo } from './TokenInfo';
import { TokenInfoProps } from './types';

const RISKY_TOKENS = [
'SP1J45NVEGQ7ZA4M57TGF0RAB00TMYCYG00X8EF5B.granite-btc',
'SP2EEV5QBZA454MSMW9W3WJNRXVJF36VPV17FFKYH.DROID',
];
const RISKY_TOKENS = ['SP1J45NVEGQ7ZA4M57TGF0RAB00TMYCYG00X8EF5B.granite-btc'];
const legitsBTCDerivatives = ['SP2VCQJGH7PHP2DJK7Z0V48AGBHQAW3R3ZW1QF4N.zsbtc-token'];

const WarningMessage = ({ text }: { text: string | ReactNode }) => {
Expand Down

0 comments on commit 7519ca3

Please sign in to comment.