Assets that Shadow supports, and their logos/token information to be fed into the API. Forked initially from trust-wallet's database/uniswap's token list.
- Fork the
mainbranch - Go to the
blockchainsfolder - Enter the appropriate chain's folder (e.g.
Arbitrum) - Go to the
assetsfolder - Create a new folder with the token's contract address (checksummed)
- add a
logo.pngof the asset's icon, with dimensions to fix the circle previews on the site. Transparent png's preferred - add a
info.jsonwith the following parameters: { "name": "Token Name", "symbol": "SYMBOL", "type": "ERC20", "decimals": 18, "id": "Checksummed Contract Address" }
- add a
- In
tokenlist.jsonadd your token + information, same as the others in the file - Create the Pull Request and the team will approve/deny your ask shortly.