We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efc8d7 commit ef4c18bCopy full SHA for ef4c18b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uniswap/default-token-list",
3
- "version": "13.11.0",
+ "version": "13.12.0",
4
"description": "The Uniswap default token list",
5
"main": "build/uniswap-default.tokenlist.json",
6
"scripts": {
src/tokens/optimism.json
@@ -54,5 +54,13 @@
54
"symbol": "CYBER",
55
"decimals": 18,
56
"logoURI": "https://coin-images.coingecko.com/coins/images/31274/large/token.png?1715826754"
57
+ },
58
+ {
59
+ "chainId": 10,
60
+ "address": "0xdC6fF44d5d932Cbd77B52E5612Ba0529DC6226F1",
61
+ "name": "Worldcoin",
62
+ "symbol": "WLD",
63
+ "decimals": 18,
64
+ "logoURI": "https://coin-images.coingecko.com/coins/images/31069/large/worldcoin.jpeg?1696529903"
65
}
66
]
0 commit comments