Skip to content

Commit

Permalink
Add ACX (#1846)
Browse files Browse the repository at this point in the history
* add ACX

* 12.14.0
  • Loading branch information
matteenm committed Aug 22, 2024
1 parent c95604a commit 9fcbf6e
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.13.0",
"version": "12.14.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 @@ -2288,5 +2288,13 @@
"symbol": "CPOOL",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/19252/large/photo_2022-08-31_12.45.02.jpeg?1696518697"
},
{
"chainId": 1,
"address": "0x44108f0223A3C3028F5Fe7AEC7f9bb2E66beF82F",
"name": "Across Protocol Token",
"symbol": "ACX",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/28161/large/across-200x200.png?1696527165"
}
]

0 comments on commit 9fcbf6e

Please sign in to comment.