We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80c709 commit ae6991dCopy full SHA for ae6991d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uniswap/default-token-list",
3
- "version": "13.16.0",
+ "version": "13.17.0",
4
"description": "The Uniswap default token list",
5
"main": "build/uniswap-default.tokenlist.json",
6
"scripts": {
src/tokens/base.json
@@ -198,5 +198,13 @@
198
"symbol": "B3",
199
"decimals": 18,
200
"logoURI": "https://coin-images.coingecko.com/coins/images/54287/large/B3.png?1739001374"
201
+ },
202
+ {
203
+ "chainId": 8453,
204
+ "address": "0xb33Ff54b9F7242EF1593d2C9Bcd8f9df46c77935",
205
+ "name": "FAI",
206
+ "symbol": "FAI",
207
+ "decimals": 18,
208
+ "logoURI": "https://coin-images.coingecko.com/coins/images/52315/large/FAI.png?1733076295"
209
}
210
]
0 commit comments