Skip to content

Commit

Permalink
chore: add cbBTC (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefBingbong authored Sep 13, 2024
1 parent c47e863 commit 050a191
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions lists/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Base Default",
"timestamp": "2024-09-06T09:18:39.778Z",
"timestamp": "2024-09-12T15:43:00.411Z",
"version": {
"major": 0,
"minor": 0,
"patch": 16
"patch": 17
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -220,6 +220,14 @@
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xCfA3Ef56d303AE4fAabA0592388F19d7C3399FB4.png"
},
{
"name": "Coinbase Wrapped BTC",
"symbol": "cbBTC",
"address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
"chainId": 8453,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf.png"
}
]
}
12 changes: 10 additions & 2 deletions lists/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum Default",
"timestamp": "2024-09-05T14:58:11.445Z",
"timestamp": "2024-09-12T15:42:17.909Z",
"version": {
"major": 1,
"minor": 0,
"patch": 62
"patch": 63
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -644,6 +644,14 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xABD4C63d2616A5201454168269031355f4764337.png"
},
{
"name": "Coinbase Wrapped BTC",
"symbol": "cbBTC",
"address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
"chainId": 1,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,13 @@
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xCfA3Ef56d303AE4fAabA0592388F19d7C3399FB4.png"
},
{
"name": "Coinbase Wrapped BTC",
"symbol": "cbBTC",
"address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
"chainId": 8453,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,5 +630,13 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xABD4C63d2616A5201454168269031355f4764337.png"
},
{
"name": "Coinbase Wrapped BTC",
"symbol": "cbBTC",
"address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
"chainId": 1,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf.png"
}
]

0 comments on commit 050a191

Please sign in to comment.