Skip to content

Commit

Permalink
add puffer + degen (#1875)
Browse files Browse the repository at this point in the history
* add PUFFER and DEGEN

* 12.23.0
  • Loading branch information
matteenm authored Oct 15, 2024
1 parent 36d59e0 commit b6772fc
Show file tree
Hide file tree
Showing 3 changed files with 17 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.22.0",
"version": "12.23.0",
"description": "The Uniswap default token list",
"main": "build/uniswap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,13 @@
"symbol": "WELL",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/26133/large/WELL.png?1696525221"
},
{
"chainId": 8453,
"address": "0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed",
"name": "Degen",
"symbol": "DEGEN",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/34515/large/android-chrome-512x512.png?1706198225"
}
]
8 changes: 8 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2368,5 +2368,13 @@
"symbol": "EIGEN",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/37441/large/eigen.jpg?1728023974"
},
{
"chainId": 1,
"address": "0x4d1C297d39C5c1277964D0E3f8Aa901493664530",
"name": "Puffer Finance",
"symbol": "PUFFER",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/50630/large/puffer.jpg?1728545297"
}
]

0 comments on commit b6772fc

Please sign in to comment.