This repository is a comprehensive collection of token assets for pooled tokens on KalySwap.
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.pnginside the directory. - Add your 48x48 token image as a file named
logo_48.pnginside the directory. - No image should be larger than 10 KB.
- Token should be verified on KalyScan.io.
- Create a PR titled
Add [TOKEN_NAME]to themainbranch.
├─ tokens/
└─┬─ assets/
└─┬─[chain_id]/
│
├─┬─ 0x89aE5C335372bF4d06ece4cEE1e92D04c3fdf1e0/
│ ├── logo_24.png
│ └── logo_48.png
│
├─┬─ 0x74685449581BA264B09d01109142b4ad44c687ed/
│ ├── logo_24.png
│ └── logo_48.png
│
...
KalySwap allows anyone to submit new assets to this repository. However, this does not mean that KalySwap is in direct partnership with any project.
KalySwap will reject projects that are deemed as a scam or fraudulent after review. KalySwap 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.