Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 388 Bytes

File metadata and controls

8 lines (6 loc) · 388 Bytes

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:

  1. Icons must be of type SVG or PNG.
  2. Max file size is 100KB.
  3. Icon must be a square, i.e, width and height of icon must be the same.