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

Last updated