Token Listing Tutorial
Last updated
Last updated
If you are interested in listing your token on our DEX, you must follow these steps:
Make a Pull request into this
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"
}
Verify the contract on