Add your token

Add your token to the default list

Note: The information on this page assumes that you are familiar with Git. If you are not, please familiarise yourself with Git first.

If you have any token of your own and would like to include it in the default list and add your logo, please create a Pull Request to this repository

Step 1. Fork repository

After this step, you will copy the entire repository to your personal library

Step 2. Create a new branch and make the changes

Create your own branch, for example add-guide-token and make two changes:

  1. Add your .png logo to the src/tokens directory (for example src/tokens/guide.png)

  2. Modify tokenLists/bartio.json

Do not change the domain in logoURI!

Your logo that you put in src/tokens will automatically be available at static.kodiak.finance/tokens/[your_filename]

This step also includes automatic image compression and resizing. But you must make sure that you provide a 1:1 square image, otherwise your image may be distorted.

Push these changes

Step 3. Create pull request

Finally, just create this Pull Request and expect a check from the team

Last updated