Skip to content

Commit

Permalink
add blocklords, eurc (#1830)
Browse files Browse the repository at this point in the history
* add blocklords, eurc

* fix decimals
  • Loading branch information
mz- authored Jul 29, 2024
1 parent 3dcddd3 commit c8d6089
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.6.0",
"version": "12.7.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 @@ -78,5 +78,13 @@
"symbol": "ZRO",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208"
},
{
"chainId": 8453,
"address": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
"name": "EURC",
"symbol": "EURC",
"decimals": 6,
"logoURI": "https://assets.coingecko.com/coins/images/26045/standard/euro.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2232,5 +2232,13 @@
"symbol": "A8",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/39170/standard/A8_Token-04_200x200.png?1720798300"
},
{
"chainId": 1,
"address": "0xd0a6053f087E87a25dC60701ba6E663b1a548E85",
"name": "BLOCKLORDS",
"symbol": "LRDS",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/34775/standard/LRDS_PNG.png"
}
]

0 comments on commit c8d6089

Please sign in to comment.