Skip to content

Commit 0656c65

Browse files
Fix aztec (#2316)
* fix aztec * 17.0.0
1 parent ac4df3a commit 0656c65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uniswap/default-token-list",
3-
"version": "16.12.0",
3+
"version": "17.0.0",
44
"description": "The Uniswap default token list",
55
"main": "build/uniswap-default.tokenlist.json",
66
"scripts": {

src/tokens/mainnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2901,7 +2901,7 @@
29012901
"chainId": 1,
29022902
"address": "0xA27EC0006e59f245217Ff08CD52A7E8b169E62D2",
29032903
"name": "Aztec",
2904-
"symbol": "AZZTEC",
2904+
"symbol": "AZTEC",
29052905
"decimals": 18,
29062906
"logoURI": "https://assets.coingecko.com/coins/images/70681/large/aztec.png?1763091883"
29072907
}

0 commit comments

Comments
 (0)