This repository allows frontend to fetch token icons. Token icons are named after token shorthand names in capital. For example, SVG
token icon for Bitcoin will be BTC.svg
.
Tokens are stored under tokenIcons
directory
Icons requirements:
- Icons must be of type
SVG
orPNG
. - Max file size is 100KB.
- Icon must be a square, i.e, width and height of icon must be the same.