Skip to content

Commit

Permalink
Chore: dat-585 add layer3 (#1836)
Browse files Browse the repository at this point in the history
* add Layer3

* 12.10.0
  • Loading branch information
robert-seitz-uniswap authored Aug 1, 2024
1 parent e6b0034 commit 57ebb18
Show file tree
Hide file tree
Showing 2 changed files with 9 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.9.0",
"version": "12.10.0",
"description": "The Uniswap default token list",
"main": "build/uniswap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2248,5 +2248,13 @@
"symbol": "SD",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/20658/standard/SD_Token_Logo.png"
},
{
"chainId": 1,
"address": "0x88909D489678dD17aA6D9609F89B0419Bf78FD9a",
"name": "Layer3",
"symbol": "L3",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/37768/large/Square.png"
}
]

0 comments on commit 57ebb18

Please sign in to comment.