We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe20d8 commit 5c3066aCopy full SHA for 5c3066a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uniswap/default-token-list",
3
- "version": "13.2.0",
+ "version": "13.3.0",
4
"description": "The Uniswap default token list",
5
"main": "build/uniswap-default.tokenlist.json",
6
"scripts": {
src/tokens/mainnet.json
@@ -2480,5 +2480,13 @@
2480
"symbol": "VANRY",
2481
"decimals": 18,
2482
"logoURI": "https://coin-images.coingecko.com/coins/images/33466/large/apple-touch-icon.png?1701942541"
2483
+ },
2484
+ {
2485
+ "chainId": 1,
2486
+ "address": "0xC4441c2BE5d8fA8126822B9929CA0b81Ea0DE38E",
2487
+ "name": "USUAL",
2488
+ "symbol": "USUAL",
2489
+ "decimals": 18,
2490
+ "logoURI": "https://coin-images.coingecko.com/coins/images/51091/large/USUAL.jpg?1730035787"
2491
}
2492
]
0 commit comments