alireza-gsh / tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pangolin Token Assets

This repository is a comprehensive collection of token assets for pooled tokens on Pangolin.

Such a large collection can be maintained only through a community effort, so feel free to add your token.

Token logos are stored according to their Avalanche address under the assets/ directory. Token images are stored in the format <token-address>/logo_24.png and <token-address>/logo_48.png.

Add Yours

  1. Create a new directory named using your checksum token address.
  2. Add your 24x24 token image as a file named logo_24.png inside the directory.
  3. Add your 48x48 token image as a file named logo_48.png inside the directory.
  4. No image should be larger than 10 KB.
  5. Token should be verified on an explorer like snowtrace.io.
  6. Create a PR titled Add [TOKEN_NAME] to the main branch.

Example directory structures

├─ tokens/
│
└─┬─ assets/
  │
  ├─┬─ 0x60781C2586D68229fde47564546784ab3fACA982/
  │ ├── logo_24.png
  │ └── logo_48.png
  │
  ├─┬─ 0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/
  │ ├── logo_24.png
  │ └── logo_48.png
  │
 ...

Disclaimer

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.

About

License:MIT License


Languages

Language:JavaScript 100.0%