Skip to content

Commit

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

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

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

0 comments on commit 5409a42

Please sign in to comment.