Skip to content

Commit

Permalink
add Global Dollar (#1886)
Browse files Browse the repository at this point in the history
* add Global Dollar

* update logo

* 12.25.0

---------

Co-authored-by: Robert Seitz <robert.seitz@uniswap.org>
  • Loading branch information
saramanj and robert-seitz-uniswap authored Nov 6, 2024
1 parent 4067ee5 commit a45f4ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniswap/default-token-list",
"version": "12.24.0",
"version": "12.25.0",
"description": "The Uniswap default token list",
"main": "build/uniswap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2376,5 +2376,13 @@
"symbol": "PUFFER",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/50630/large/puffer.jpg?1728545297"
},
{
"chainId": 1,
"address": "0xe343167631d89B6Ffc58B88d6b7fB0228795491D",
"name": "Global Dollar",
"symbol": "USDG",
"decimals": 6,
"logoURI": "https://assets.coingecko.com/coins/images/51281/large/GDN_USDG_Token_200x200.png"
}
]

0 comments on commit a45f4ab

Please sign in to comment.