Skip to content

Commit

Permalink
add coinbase wrapped btc (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
mz- authored Sep 26, 2024
1 parent f4ce9c2 commit 650c4ca
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.18.0",
"version": "12.19.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 @@ -86,5 +86,13 @@
"symbol": "EURC",
"decimals": 6,
"logoURI": "https://assets.coingecko.com/coins/images/26045/standard/euro.png"
},
{
"chainId": 8453,
"name": "Coinbase Wrapped BTC",
"address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
"symbol": "cbBTC",
"decimals": 8,
"logoURI": "https://assets.coingecko.com/coins/images/40143/standard/cbbtc.webp"
}
]
8 changes: 8 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2328,5 +2328,13 @@
"symbol": "POL",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/32440/large/polygon.png?1698233684"
},
{
"chainId": 1,
"name": "Coinbase Wrapped BTC",
"address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
"symbol": "cbBTC",
"decimals": 8,
"logoURI": "https://assets.coingecko.com/coins/images/40143/standard/cbbtc.webp"
}
]

0 comments on commit 650c4ca

Please sign in to comment.