Skip to content

Commit

Permalink
add pol token (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzywang authored Sep 5, 2024
1 parent b4c6b72 commit 98f20e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniswap/default-token-list",
"version": "12.15.0",
"version": "12.16.0",
"description": "The Uniswap default token list",
"main": "build/uniswap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2320,5 +2320,13 @@
"symbol": "LIT",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/13825/large/logo_200x200.png"
},
{
"chainId": 1,
"address": "0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6",
"name": "Polygon Ecosystem Token",
"symbol": "POL",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/32440/large/polygon.png?1698233684"
}
]

0 comments on commit 98f20e7

Please sign in to comment.