We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4c18b commit a797e70Copy full SHA for a797e70
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uniswap/default-token-list",
3
- "version": "13.12.0",
+ "version": "13.13.0",
4
"description": "The Uniswap default token list",
5
"main": "build/uniswap-default.tokenlist.json",
6
"scripts": {
src/tokens/base.json
@@ -182,5 +182,13 @@
182
"symbol": "ODOS",
183
"decimals": 18,
184
"logoURI": "https://coin-images.coingecko.com/coins/images/52914/large/odos.jpg?1734678948"
185
+ },
186
+ {
187
+ "chainId": 8453,
188
+ "address": "0xC0041EF357B183448B235a8Ea73Ce4E4eC8c265F",
189
+ "name": "Cookie",
190
+ "symbol": "COOKIE",
191
+ "decimals": 18,
192
+ "logoURI": "https://coin-images.coingecko.com/coins/images/38450/large/cookie_token_logo_200x200.png?1733194528"
193
}
194
]
0 commit comments