{"id":28139012,"url":"https://github.com/0xpolygon/polygon-token-list","last_synced_at":"2025-05-14T17:19:06.360Z","repository":{"id":38234839,"uuid":"419300982","full_name":"0xPolygon/polygon-token-list","owner":"0xPolygon","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-13T15:02:18.000Z","size":34648,"stargazers_count":133,"open_issues_count":249,"forks_count":145,"subscribers_count":20,"default_branch":"dev","last_synced_at":"2025-05-13T16:25:20.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xPolygon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-20T11:27:06.000Z","updated_at":"2025-05-08T07:41:45.000Z","dependencies_parsed_at":"2023-09-22T17:34:09.767Z","dependency_job_id":"717c3a56-a47b-46c6-815f-d25a7edbfeb1","html_url":"https://github.com/0xPolygon/polygon-token-list","commit_stats":{"total_commits":985,"total_committers":33,"mean_commits":"29.848484848484848","dds":0.3390862944162436,"last_synced_commit":"85928c1ec541638d63559c5cae977749bca4bbc4"},"previous_names":["0xpolygon/polygon-token-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPolygon%2Fpolygon-token-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPolygon%2Fpolygon-token-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPolygon%2Fpolygon-token-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPolygon%2Fpolygon-token-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xPolygon","download_url":"https://codeload.github.com/0xPolygon/polygon-token-list/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254190403,"owners_count":22029639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-14T17:15:59.225Z","updated_at":"2025-05-14T17:19:06.349Z","avatar_url":"https://github.com/0xPolygon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tokenlists\n\nThis repo contains lists of tokens mapped to the Polygon chains that may be used in certain interfaces.\n\n## Different Token Lists in JSON\n\nThe JSON schema for the tokens includes: chainId, name, address, decimals, symbol, logoURI (optional), tags (optional), and custom extensions metadata.\n\n1. [Mapped Tokens](https://api-polygon-tokens.polygon.technology/tokenlists/mapped.tokenlist.json) Contains tokens that are mapped to Polygon bridges. Anyone can propose updates to this list.\n\n2. [Popular Tokens](https://api-polygon-tokens.polygon.technology/tokenlists/popular.tokenlist.json) Contains the top 100 most used tokens on the mainnet chains.\n\n3. [Mapped Tokens Testnet](https://api-polygon-tokens.polygon.technology/tokenlists/mappedTestnet.tokenlist.json) ontains tokens that are mapped to Polygon bridges on testnet chains. Anyone can propose updates to this list.\n\n4. [Popular Tokens Testnet](https://api-polygon-tokens.polygon.technology/tokenlists/popularTestnet.tokenlist.json) Contains the most used tokens on the testnet chains.\n\n## Updating a token\n\n1. Fork the repository\n\n2. Update the token in the token array of `src/tokens/mapped.json` for mainnet or `src/tokens/mappedTestnet.json` for testnet\n\n    Please make sure that the updated token do not disturb the schema.\n\n    ### Tags\n\n    1. `lxly`: Tokens that are bridged using the LxLy bridge (Agg Layer v1)\n\n    2. `pos`: Tokens that are bridged using the PoS bridge\n\n    3. `plasma`: Tokens that are bridged using the PLASMA bridge\n\n    4. `fx`: Tokens that are bridged using the FX\n\n    5. `customBridge`: Token mapped through custom bridges\n\n    6. `zkevmMessageBridge`: Token mapped through zkevmMessageBridge bridge\n\n    7. `customFx`: Token mapped through customFx bridge\n\n    8. `erc20`: Token of ERC20 token type\n\n    9. `governanceToken`: Governance token of the chain\n\n    10. `nativeToken`: Native token of the chain\n\n    11. `customWithdrawEventSig`: The token has its custom withdraw event signature and does not depend on the transfer event signature while verifing withdrawals\n\n    12. `noDeposit`: Token not eligible for deposits\n\n    13. `noWithdraw`: Token not eligible for withdrawals on PoS bridges\n\n3. Run linter and fix the issues if any\n\n    ```bash\n    npm run lint\n    ```\n\n    ```bash\n    npm run lint:fix\n    ```\n\n4. Make sure that the tests are passing and the tokenlist builds\n\n    ```bash\n    npm run test\n    ```\n\n    ```bash\n    npm run build\n    ```\n\n5. Commit the changes and raise a Pull request to our repo\n\n### Disclaimer\n\nAfter raising a PR, please allow us some time to verify the PR.\nWe do not follow any particular order in reviewing token additions and updations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xpolygon%2Fpolygon-token-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xpolygon%2Fpolygon-token-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xpolygon%2Fpolygon-token-list/lists"}