We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee4a30 commit d11160dCopy full SHA for d11160d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uniswap/default-token-list",
3
- "version": "13.42.0",
+ "version": "13.43.0",
4
"description": "The Uniswap default token list",
5
"main": "build/uniswap-default.tokenlist.json",
6
"scripts": {
src/tokens/optimism.json
@@ -70,5 +70,13 @@
70
"symbol": "DRV",
71
"decimals": 18,
72
"logoURI": "https://coin-images.coingecko.com/coins/images/52889/large/Token_Logo.png?1734601695"
73
+ },
74
+ {
75
+ "chainId": 10,
76
+ "address": "0xeF4461891DfB3AC8572cCf7C794664A8DD927945",
77
+ "name": "WalletConnect",
78
+ "symbol": "WCT",
79
+ "decimals": 18,
80
+ "logoURI": "https://coin-images.coingecko.com/coins/images/50390/large/wc-token1.png?1727569464"
81
}
82
]
0 commit comments