linkioafrica / polygon-token-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polygon-token-list

This repo contains the token lists to be used in Polygon products' interfaces.

Different Token Lists in JSON

the JSON schema for the tokens includes: chainId, name, address, decimals, symbol, logoURI (optional), tags (optional), and custom extensions metadata.

There are two token lists that we are maintaining currently on mainet and another one on testnet:

  1. All Tokens List contains all the tokens added by the community that are mapped on the Polygon PoS chain. The community can raise token addition and updation issues to help us keep the token list up-to-date.

  2. Default Tokens List is a subset of the allTokens list. It contains the mostly used tokens on Polygon Wallet Web.

  3. Testnet Tokens List contains the tokens mapped on the Mumbai chain.

Adding a token

To add a token to the list, please file an issue.

Updating a token

To update a token in the list, please file an issue.

Disclaimer

After filing an issue, please allow us some time to verify the issue's authenticity. We do not follow any particular order in reviewing token additions and updations.

About

License:MIT License


Languages

Language:JavaScript 100.0%