Skip to content

Kodiak-Finance/static-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐼 Kodiak Static

Static content for Kodiak infrastructure

Contributing

When you want to bring your token into the kodiak interface follow these steps:

  1. Create a fork of this repository, work further in your own version of it
  2. Add your logo to src/tokens in png format, use only lower case in the file name
  3. Add the appropriate entry to tokenLists/bartio.json. Use the template you'll find below
  4. Send this Pull Requets with the name "Add {SYMBOL} token." to branch main
{
  "chainId": 80084,
  "address": "0x1E94a8ceE3E5bD97e0cD933B8F8537fC3Db4FcE7",
  "symbol": "BEARTIC",
  "name": "Beartic Token",
  "decimals": 18,
  "logoURI": "https://static.kodiak.finance/tokens/junky.png",
  "tags": []
}

‼️ Do not change the logoURI domain, only replace the name of your new file that you added in the last step.

‼️ The file name must be in lower case and in PNG format