Token Listing Tutorial

If you are interested in listing your token on our DEX, you must follow these steps:

  1. Make a Pull request into this repo

    • It must only edit tokens/milkomeda.json

    • You must include all details of your token as a json payload. For example:

    {

    "chainId": 2001,

    "address": "0x063A5E4cD5e15ac66ea47134Eb60e6b30A51B2bf",

    "name": "MilkySwap Token",

    "symbol": "MILKY",

    "decimals": 18,

    "logoURI": "https://www.milkyswap.exchange/images/tokens/milky-square.png"

    }

  2. Verify the contract on C1 Milkomeda Explorer

Disclaimer

Note filing an issue does not guarantee addition to this default token list. We do not review token addition requests in any particular order and we do not guarantee that we will review your request to add the token to the default list.

Last updated