We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673d6e8 commit 5604e37Copy full SHA for 5604e37
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@uniswap/default-token-list",
3
- "version": "13.8.0",
+ "version": "13.9.0",
4
"description": "The Uniswap default token list",
5
"main": "build/uniswap-default.tokenlist.json",
6
"scripts": {
src/tokens/optimism.json
@@ -46,5 +46,13 @@
46
"symbol": "KUJI",
47
"decimals": 6,
48
"logoURI": "https://assets.coingecko.com/coins/images/20685/standard/kuji-200x200.png"
49
+ },
50
+ {
51
+ "chainId": 10,
52
+ "address": "0x14778860E937f509e651192a90589dE711Fb88a9",
53
+ "name": "CYBER",
54
+ "symbol": "CYBER",
55
+ "decimals": 18,
56
+ "logoURI": "https://coin-images.coingecko.com/coins/images/31274/large/token.png?1715826754"
57
}
58
]
0 commit comments