Skip to content

Commit

Permalink
make copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
py-zoid committed Dec 8, 2023
1 parent b9ad56e commit 2df26ab
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Polygon (previously Matic)
Copyright (c) 2023 PT Services DMCC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# polygon-token-list
# Tokenlists

This repo contains the token lists to be used in Polygon products' interfaces.
This repo contains lists of tokens mapped to the Polygon chains that may be used in certain 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. [Mapped Tokens List](https://api-polygon-tokens.polygon.technology/tokenlists/polygon.tokenlist.json) Contains tokens that are mapped to Polygon PoS. Anyone can propose updates to this list.

1. [Polygon Tokens List](https://api-polygon-tokens.polygon.technology/tokenlists/polygon.tokenlist.json) contains all the valid tokens 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. [Popular Tokens List](https://api-polygon-tokens.polygon.technology/tokenlists/polygonPopular.tokenlist.json) is a subset of the allTokens list. It contains the mostly used tokens on Polygon products.
2. [Popular Tokens List](https://api-polygon-tokens.polygon.technology/tokenlists/polygonPopular.tokenlist.json) Contains the top 100 most used tokens on the Polygon networks.

3. [Testnet Tokens List](https://api-polygon-tokens.polygon.technology/tokenlists/polygonTestnet.tokenlist.json) contains the tokens mapped on the Mumbai chain.

Apart from these 3 token list there is one blacklisted token list:

1. [Blacklist Tokens List](https://api-polygon-tokens.polygon.technology/tokenlists/blacklist.tokenlist.json) contains all the blacklisted tokens which should be filtered out from the UI.
4. [Blacklist Tokens List](https://api-polygon-tokens.polygon.technology/tokenlists/blacklist.tokenlist.json) Contains tokens that have been flagged for issues.

## Adding or Updating a token

Expand Down
2 changes: 1 addition & 1 deletion src/metadata/polygon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Polygon Tokens",
"name": "Mapped Tokens",
"version": {
"major": 1,
"minor": 0,
Expand Down
2 changes: 1 addition & 1 deletion src/metadata/polygonTestnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Polygon Testnet",
"name": "Mapped Testnet",
"version": {
"major": 1,
"minor": 0,
Expand Down
2 changes: 1 addition & 1 deletion src/metadata/polygonTokens.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Polygon Tokens",
"name": "Mapped Tokens",
"version": {
"major": 3,
"minor": 2,
Expand Down
2 changes: 1 addition & 1 deletion src/metadata/testnetTokens.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Polygon Testnet",
"name": "Mapped Testnet",
"version": {
"major": 1,
"minor": 1,
Expand Down

0 comments on commit 2df26ab

Please sign in to comment.