We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02f124 commit d8b03d5Copy full SHA for d8b03d5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uniswap/default-token-list",
3
- "version": "13.5.0",
+ "version": "13.6.0",
4
"description": "The Uniswap default token list",
5
"main": "build/uniswap-default.tokenlist.json",
6
"scripts": {
src/tokens/base.json
@@ -150,5 +150,13 @@
150
"symbol": "BITCOIN",
151
"decimals": 8,
152
"logoURI": "https://coin-images.coingecko.com/coins/images/30323/large/hpos10i_logo_casino_night-dexview.png?1696529224"
153
+ },
154
+ {
155
+ "chainId": 8453,
156
+ "address": "0xB3B32F9f8827D4634fE7d973Fa1034Ec9fdDB3B3",
157
+ "name": "B3",
158
+ "symbol": "B3",
159
+ "decimals": 18,
160
+ "logoURI": "https://coin-images.coingecko.com/coins/images/54287/large/B3.png?1739001374"
161
}
162
]
0 commit comments