Skip to content

Commit e6c128d

Browse files
authored
add: NATG, USDPT, GRVT (2026-07-16) (#2528)
* add: NATG, USDPT, GRVT (2026-07-16) * 22.6.0 * use large coingecko logos for NATG, GRVT
1 parent d52641c commit e6c128d

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

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": "22.5.0",
3+
"version": "22.6.0",
44
"description": "The Uniswap default token list",
55
"main": "build/uniswap-default.tokenlist.json",
66
"scripts": {

src/tokens/mainnet.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3253,5 +3253,21 @@
32533253
"symbol": "NES",
32543254
"decimals": 18,
32553255
"logoURI": "https://s2.coinmarketcap.com/static/img/coins/128x128/30140.png"
3256+
},
3257+
{
3258+
"chainId": 1,
3259+
"address": "0x59c323346F4f62aE18289F346501389392cf5939",
3260+
"name": "NatGold",
3261+
"symbol": "NATG",
3262+
"decimals": 18,
3263+
"logoURI": "https://assets.coingecko.com/coins/images/102173495/large/NATG-NatGold-Coin.png?1779808623"
3264+
},
3265+
{
3266+
"chainId": 1,
3267+
"address": "0xAD29F2723fcdBcF665F210F25E06f97477e417cF",
3268+
"name": "Grvt",
3269+
"symbol": "GRVT",
3270+
"decimals": 18,
3271+
"logoURI": "https://assets.coingecko.com/coins/images/102172513/large/grvt_400x400.jpg?1773653767"
32563272
}
32573273
]

src/tokens/solana.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,5 +1454,13 @@
14541454
"symbol": "GEOD",
14551455
"decimals": 9,
14561456
"logoURI": "https://coin-images.coingecko.com/coins/images/31608/large/Circular_White.png?1696530424"
1457+
},
1458+
{
1459+
"chainId": 501000101,
1460+
"address": "HVWf8JmLoHs99Lw8Psf3fyqAtA4crWxCPkrmSdNjhNH3",
1461+
"name": "USDPT",
1462+
"symbol": "USDPT",
1463+
"decimals": 6,
1464+
"logoURI": "https://s2.coinmarketcap.com/static/img/coins/64x64/38850.png"
14571465
}
14581466
]

0 commit comments

Comments
 (0)