This repository is a comprehensive collection of token assets for pooled tokens on Pangolin.
Token logos are stored according to their address under the assets/<chain-id>/
directory.
Token images are stored in the format <token-address>/logo_24.png
and <token-address>/logo_48.png
.
- Create a new directory named using your checksum token address.
- Add your 24x24 token image as a file named
logo_24.png
inside the directory. - Add your 48x48 token image as a file named
logo_48.png
inside the directory. - No image should be larger than 10 KB.
- Token should be verified on an explorer like snowtrace.io.
- Create a PR titled
Add [TOKEN_NAME]
to themain
branch.
├─ tokens/
└─┬─ assets/
└─┬─[chain_id]/
│
├─┬─ 0x60781C2586D68229fde47564546784ab3fACA982/
│ ├── logo_24.png
│ └── logo_48.png
│
├─┬─ 0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/
│ ├── logo_24.png
│ └── logo_48.png
│
...
Pangolin allows anyone to submit new assets to this repository. However, this does not mean that Pangolin is in direct partnership with any project.
Pangolin will reject projects that are deemed as a scam or fraudulent after review. Pangolin reserves the right to change the terms of asset submissions at any time due to changing market conditions, risk of fraud, or any other factors we deem relevant.