Skip to content

Commit

Permalink
add covalent token
Browse files Browse the repository at this point in the history
  • Loading branch information
mzywang committed Aug 9, 2024
1 parent a3fefa7 commit 93f6750
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module.exports = function buildList() {
...sepolia,
...avalanche,
...base,
...blast,
]
// sort them by symbol for easy readability
.sort((t1, t2) => {
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",
"symbol": "CXT",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/39177/thumb/CXT_Ticker.png?1720829918"
}
]

0 comments on commit 93f6750

Please sign in to comment.