Skip to content

Commit

Permalink
add covalent token (#1843)
Browse files Browse the repository at this point in the history
* add covalent token

* 12.11.0

* revert buildList change

* rename to covalent x token

* fix logo size
  • Loading branch information
mzywang committed Aug 9, 2024
1 parent a3fefa7 commit 76505dc
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.10.0",
"version": "12.11.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 @@ -2256,5 +2256,13 @@
"symbol": "L3",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/37768/large/Square.png"
},
{
"chainId": 1,
"address": "0x7ABc8A5768E6bE61A6c693a6e4EAcb5B60602C4D",
"name": "Covalent X Token",
"symbol": "CXT",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/39177/large/CXT_Ticker.png?1720829918"
}
]

0 comments on commit 76505dc

Please sign in to comment.