This repository contains the file in which all the whitelisted (safe) tokens are presented. Whitelisted tokens do not show possible scam notification before swapping and also have their own icons instead of the default grey one.
Your request for whitelisting your token in Polkaswap can be reviewed in this repository. For that:
- The whitelist is in
whitelist.json
- Clone the repository (or use the GitHub interface) to make changes to
whitelist.json
. - Add the necessary information:
- "symbol": the symbol of the token. For example, "VAL".
- "name": name of the token. For example, "SORA Validator Token"
- "address": SORA asset ID in the "0x..." format
- "decimals": number of numbers on the right from the decimal point. It can be only
18
for now. - "icon": icon of the token in SVG
- Create a PR into this repository by adding lines to the file, representing your token
If some of the questions in the template are not replied to (except for the optional one), it will not be possible to review your request.