This repo contains lists of tokens mapped to the katana chains that may be used in certain interfaces.
This tokenlist will use semver (Semantic Versioning) to indicate changes.
- major version: breaking changes, i.e., schema format change
- minor version: add/remove tokens
- patch version: update existing token(s), i.e., update logo for a token
-
Fork the repository & npm install
-
Update the token in the token array of
tokenlist.jsonfor mainnet ortokenlist-testnet.jsonfor testnetPlease make sure that the updated token do not disturb the schema.
-
Verify the tokenlist syntax
npm run validate
-
Commit the changes and raise a Pull request to our repo
After raising a PR, please allow us some time to verify the PR. We do not follow any particular order in reviewing token additions and updations.