Token Lists is a specification for lists of token metadata (e.g. address, decimals, etc.) that can be used by any dApp interfaces that needs one or more lists of tokens. Anyone can create and maintain a token list, as long as they follow the specification. The KalySwap community invites you to add your token to our tokenlists!
- Token should be verified on the Kalyscan Explorer.
- Token must be added to a list that it qualifies for:
- KalySwap Tokenlist: Token must be on the KalyChain network.
-
Add an entry in the
tokensfield of the appropriate tokenlist. Please use the checksum address. Here is an example using ETH:{ "chainId": 3888, "address": "0x89aE5C335372bF4d06ece4cEE1e92D04c3fdf1e0", "decimals": 18, "name": "Ether", "symbol": "ETH", "logoURI": "https://raw.githubusercontent.com/KalyCoinProject/tokens/main/assets/3888/0x89aE5C335372bF4d06ece4cEE1e92D04c3fdf1e0/logo_24.png" } -
Update the
timestampfield to the current timestamp. -
Update the
versionfield to adhere to semantic versioning:- Increment major version when tokens are removed
- Increment minor version when tokens are added
- Increment patch version when tokens already on the list have minor details changed (name, symbol, logo URL, decimals)
Note: Changing a token address or chain ID is considered both a remove and an add, and should be a major version update.
Token logos are hosted here.