Skip to content

Commit 6b6f723

Browse files
0sh3Ashraf Hamidehmatteenm
authored
add Lighter 2026 01 05 46 (#2274)
* add Lighter * 16.9.0 * allow dupe lit symbol --------- Co-authored-by: Ashraf Hamideh <osh@macbookpro.mynetworksettings.com> Co-authored-by: matteen <matteen.mobasheran@uniswap.org>
1 parent 14038a6 commit 6b6f723

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uniswap/default-token-list",
3-
"version": "16.8.0",
3+
"version": "16.9.0",
44
"description": "The Uniswap default token list",
55
"main": "build/uniswap-default.tokenlist.json",
66
"scripts": {

src/tokens/mainnet.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2848,5 +2848,13 @@
28482848
"symbol": "THQ",
28492849
"decimals": 18,
28502850
"logoURI": "https://coin-images.coingecko.com/coins/images/67759/large/thq.jpg?1753757049"
2851+
},
2852+
{
2853+
"chainId": 1,
2854+
"address": "0x232CE3bd40fCd6f80f3d55A522d03f25Df784Ee2",
2855+
"name": "Lighter",
2856+
"symbol": "LIT",
2857+
"decimals": 18,
2858+
"logoURI": "https://coin-images.coingecko.com/coins/images/71121/large/lighter.png?1765888098"
28512859
}
28522860
]

test/uniswap-default.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('buildList', () => {
3838

3939
it('contains no duplicate symbols', () => {
4040
// manual override to approve certain tokens with duplicate symbols
41-
const approvedDuplicateSymbols = ["ust", "sol", "jup", 'wbtc'];
41+
const approvedDuplicateSymbols = ["ust", "sol", "jup", 'wbtc', 'lit'];
4242

4343
const map = {};
4444
for (let token of defaultTokenList.tokens) {

0 commit comments

Comments
 (0)