From 2df26abde5379dc063e48c37c507fdc82ad2770d Mon Sep 17 00:00:00 2001 From: R Chaganti Date: Fri, 8 Dec 2023 20:57:41 +0530 Subject: [PATCH] make copy changes --- LICENSE | 2 +- README.md | 14 +++++--------- src/metadata/polygon.json | 2 +- src/metadata/polygonTestnet.json | 2 +- src/metadata/polygonTokens.json | 2 +- src/metadata/testnetTokens.json | 2 +- 6 files changed, 10 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 9876ba04f..f2b65f114 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 892d58e3b..4bfabe98e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/metadata/polygon.json b/src/metadata/polygon.json index 4ef97f99f..e51a4f0c2 100644 --- a/src/metadata/polygon.json +++ b/src/metadata/polygon.json @@ -1,5 +1,5 @@ { - "name": "Polygon Tokens", + "name": "Mapped Tokens", "version": { "major": 1, "minor": 0, diff --git a/src/metadata/polygonTestnet.json b/src/metadata/polygonTestnet.json index 236e680af..2ecd5b8b7 100644 --- a/src/metadata/polygonTestnet.json +++ b/src/metadata/polygonTestnet.json @@ -1,5 +1,5 @@ { - "name": "Polygon Testnet", + "name": "Mapped Testnet", "version": { "major": 1, "minor": 0, diff --git a/src/metadata/polygonTokens.json b/src/metadata/polygonTokens.json index 107767959..97dd248a5 100644 --- a/src/metadata/polygonTokens.json +++ b/src/metadata/polygonTokens.json @@ -1,5 +1,5 @@ { - "name": "Polygon Tokens", + "name": "Mapped Tokens", "version": { "major": 3, "minor": 2, diff --git a/src/metadata/testnetTokens.json b/src/metadata/testnetTokens.json index 138216f4a..f81b97976 100644 --- a/src/metadata/testnetTokens.json +++ b/src/metadata/testnetTokens.json @@ -1,5 +1,5 @@ { - "name": "Polygon Testnet", + "name": "Mapped Testnet", "version": { "major": 1, "minor": 1,