Skip to content

Commit

Permalink
remove null token from mainnet.json
Browse files Browse the repository at this point in the history
removes the following from mainnet.json
```
  {
    "chainId": 1,
    "address": "",
    "name": "null",
    "symbol": "null",
    "decimals": null,
    "logoURI": ""
  },
```
  • Loading branch information
mzywang authored Nov 27, 2024
1 parent 4ed2198 commit 36019f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2417,14 +2417,6 @@
"decimals": 18,
"logoURI": "https://coin-images.coingecko.com/coins/images/29837/large/Morpho-token-icon.png?1726771230"
},
{
"chainId": 1,
"address": "",
"name": "null",
"symbol": "null",
"decimals": null,
"logoURI": ""
},
{
"chainId": 1,
"address": "0x8dF723295214Ea6f21026eeEb4382d475f146F9f",
Expand Down

0 comments on commit 36019f6

Please sign in to comment.