We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c0edb commit e07a399Copy full SHA for e07a399
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uniswap/default-token-list",
3
- "version": "13.29.0",
+ "version": "13.30.0",
4
"description": "The Uniswap default token list",
5
"main": "build/uniswap-default.tokenlist.json",
6
"scripts": {
src/tokens/base.json
@@ -246,5 +246,13 @@
246
"symbol": "PROMPT",
247
"decimals": 18,
248
"logoURI": "https://coin-images.coingecko.com/coins/images/55169/large/wayfinder.jpg?1744336900"
249
+ },
250
+ {
251
+ "chainId": 8453,
252
+ "address": "0x1111111111166b7FE7bd91427724B487980aFc69",
253
+ "name": "Zora",
254
+ "symbol": "ZORA",
255
+ "decimals": 18,
256
+ "logoURI": "https://coin-images.coingecko.com/coins/images/54693/large/zora.jpg?1741094751"
257
}
258
]
0 commit comments