Skip to content

Commit

Permalink
add PUFFER and DEGEN
Browse files Browse the repository at this point in the history
  • Loading branch information
matteenm committed Oct 15, 2024
1 parent 36d59e0 commit ce2c34f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
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 ce2c34f

Please sign in to comment.