Skip to content

Commit

Permalink
Feat: Add SEAM to base (#1713)
Browse files Browse the repository at this point in the history
* add seam

* 11.10.0

---------

Co-authored-by: Christos Gkolias <[email protected]>
  • Loading branch information
cgkol and Christos Gkolias authored Dec 12, 2023
1 parent 59fb409 commit d9d9efe
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": "11.9.0",
"version": "11.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/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,13 @@
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png"
},
{
"chainId": 8453,
"address": "0x1C7a460413dD4e964f96D8dFC56E7223cE88CD85",
"name": "Seamlesss",
"symbol": "SEAM",
"decimals": 18,
"logoURI": "https://basescan.org/token/images/seamless_32.png"
}
]

0 comments on commit d9d9efe

Please sign in to comment.