We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e882ef8 commit 0ee997fCopy full SHA for 0ee997f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uniswap/default-token-list",
3
- "version": "13.14.0",
+ "version": "13.15.0",
4
"description": "The Uniswap default token list",
5
"main": "build/uniswap-default.tokenlist.json",
6
"scripts": {
src/tokens/base.json
@@ -190,5 +190,13 @@
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
+ {
195
+ "chainId": 8453,
196
+ "address": "0xB3B32F9f8827D4634fE7d973Fa1034Ec9fdDB3B3",
197
+ "name": "B3",
198
+ "symbol": "B3",
199
+ "decimals": 18,
200
+ "logoURI": "https://coin-images.coingecko.com/coins/images/54287/large/B3.png?1739001374"
201
}
202
]
0 commit comments