This repository is used to remove scam NFT collections from user's portfolios at https://dappradar.com/hub/wallet
If you see a scam NFT collection in your wallet, please add it to the list or report it in our Telegram or Discord.
Do not add dead or inactive NFT collections.
- Fork the GitHub repository
- Go to the
collections
directory and select the relevant protocol (create if did not exist) - Create or open a new folder named after collection's smart contract address
- Open
blacklist.json
(create if did not exist) and:- To blacklist all NFT collection items, add the following content:
{"items": []}
- To blacklist specific NFT collection items, add item IDs separated by a comma in
items
array: ({"items": [123, 321]}
)
- To blacklist all NFT collection items, add the following content:
- Commit & Push the changes
- Create a pull request to the main repository
File all-nfts.json
is generated automatically by GitHub Actions after new NFTs are added to specific protocols blacklists.