Skip to content

Commit

Permalink
Chore/add mog meme lit (#1852)
Browse files Browse the repository at this point in the history
* adds mog, meme, lit tokens

* 12.15.0
  • Loading branch information
robert-seitz-uniswap authored Sep 4, 2024
1 parent 9fcbf6e commit b4c6b72
Show file tree
Hide file tree
Showing 2 changed files with 25 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.14.0",
"version": "12.15.0",
"description": "The Uniswap default token list",
"main": "build/uniswap-default.tokenlist.json",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2296,5 +2296,29 @@
"symbol": "ACX",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/28161/large/across-200x200.png?1696527165"
},
{
"chainId": 1,
"address": "0xaaeE1A9723aaDB7afA2810263653A34bA2C21C7a",
"name": "Mog Coin",
"symbol": "MOG",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/31059/large/MOG_LOGO_200x200.png"
},
{
"chainId": 1,
"address": "0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74",
"name": "Memecoin",
"symbol": "MEME",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/32528/large/memecoin_(2).png"
},
{
"chainId": 1,
"address": "0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723",
"name": "Litentry",
"symbol": "LIT",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/13825/large/logo_200x200.png"
}
]

0 comments on commit b4c6b72

Please sign in to comment.