Static content for Kodiak infrastructure
When you want to bring your token into the kodiak interface follow these steps:
- Create a fork of this repository, work further in your own version of it
- Add your logo to
src/tokens
in png format, use only lower case in the file name - Add the appropriate entry to
tokenLists/bartio.json
. Use the template you'll find below - 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": []
}
logoURI
domain, only replace the name of your new file that you added in the last step.