Skip to content

Commit

Permalink
Merge pull request #483 from maticnetwork/dev
Browse files Browse the repository at this point in the history
feat: add legacy tag
  • Loading branch information
py-zoid authored Nov 27, 2023
2 parents 0df1a56 + ecb1945 commit 6f14abd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/metadata/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
"customZkevmBridge": {
"name": "Custom Zkevm Bridge",
"description": "Tokens that are bridged using zkEVM messaging layer"
},
"legacy": {
"name": "Legacy Token",
"description": "Tokens that are legacy"
}
}
}
4 changes: 4 additions & 0 deletions src/metadata/polygonPopular.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
"customZkevmBridge": {
"name": "Custom Zkevm Bridge",
"description": "Tokens that are bridged using zkEVM messaging layer"
},
"legacy": {
"name": "Legacy Token",
"description": "Tokens that are legacy"
}
}
}
4 changes: 2 additions & 2 deletions src/tokens/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -22404,7 +22404,7 @@
"decimals": 6,
"address": "0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035",
"logoURI": "https://assets.polygon.technology/tokenAssets/usdc.svg",
"tags": ["lxly", "stablecoin", "erc20"],
"tags": ["lxly", "stablecoin", "erc20", "legacy"],
"extensions": {
"originTokenAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"originTokenNetwork": 0,
Expand Down Expand Up @@ -22448,7 +22448,7 @@
"decimals": 18,
"address": "0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4",
"logoURI": "https://assets.polygon.technology/tokenAssets/dai.svg",
"tags": ["lxly", "stablecoin", "erc20"],
"tags": ["lxly", "stablecoin", "erc20", "legacy"],
"extensions": {
"originTokenAddress": "0x6b175474e89094c44da98b954eedeac495271d0f",
"originTokenNetwork": 0,
Expand Down
4 changes: 2 additions & 2 deletions src/tokens/polygonPopular.json
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@
"decimals": 6,
"address": "0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035",
"logoURI": "https://assets.polygon.technology/tokenAssets/usdc.svg",
"tags": ["lxly", "stablecoin", "erc20"],
"tags": ["lxly", "stablecoin", "erc20", "legacy"],
"extensions": {
"originTokenAddress": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"originTokenNetwork": 0,
Expand Down Expand Up @@ -1390,7 +1390,7 @@
"decimals": 18,
"address": "0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4",
"logoURI": "https://assets.polygon.technology/tokenAssets/dai.svg",
"tags": ["lxly", "stablecoin", "erc20"],
"tags": ["lxly", "stablecoin", "erc20", "legacy"],
"extensions": {
"originTokenAddress": "0x6b175474e89094c44da98b954eedeac495271d0f",
"originTokenNetwork": 0,
Expand Down

0 comments on commit 6f14abd

Please sign in to comment.