Skip to content

Commit

Permalink
add Morpho Token null Quantoz EURQ Quantoz USDQ 2024 11 25 96 (#1903)
Browse files Browse the repository at this point in the history
* add Morpho Tokenadd nulladd Quantoz EURQadd Quantoz USDQ

* 12.28.0

* remove null token from mainnet.json

removes the following from mainnet.json
```
  {
    "chainId": 1,
    "address": "",
    "name": "null",
    "symbol": "null",
    "decimals": null,
    "logoURI": ""
  },
```

---------

Co-authored-by: Michael Wang <44713145+mzywang@users.noreply.github.com>
  • Loading branch information
saramanj and mzywang authored Nov 27, 2024
1 parent a0466d6 commit 6357fc8
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.27.0",
"version": "12.28.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 @@ -2408,5 +2408,29 @@
"symbol": "APU",
"decimals": 18,
"logoURI": "https://coin-images.coingecko.com/coins/images/35986/large/200x200.png?1710308147"
},
{
"chainId": 1,
"address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2",
"name": "Morpho Token",
"symbol": "MORPHO",
"decimals": 18,
"logoURI": "https://coin-images.coingecko.com/coins/images/29837/large/Morpho-token-icon.png?1726771230"
},
{
"chainId": 1,
"address": "0x8dF723295214Ea6f21026eeEb4382d475f146F9f",
"name": "Quantoz EURQ",
"symbol": "EURQ",
"decimals": 6,
"logoURI": "https://coin-images.coingecko.com/coins/images/51853/large/EURQ_1000px_Color.png?1732071269"
},
{
"chainId": 1,
"address": "0xc83e27f270cce0A3A3A29521173a83F402c1768b",
"name": "Quantoz USDQ",
"symbol": "USDQ",
"decimals": 6,
"logoURI": "https://coin-images.coingecko.com/coins/images/51852/large/USDQ_1000px_Color.png?1732071232"
}
]

0 comments on commit 6357fc8

Please sign in to comment.