Skip to content

Commit

Permalink
chore: list wbtc on bsc (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Yogi committed Sep 19, 2024
1 parent 83c344a commit 1f9d10b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
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-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2024-09-11T10:13:38.292Z",
"timestamp": "2024-09-19T10:57:12.436Z",
"version": {
"major": 2,
"minor": 16,
"patch": 244
"patch": 245
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -3124,6 +3124,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c.png"
},
{
"name": "Wrapped BTC",
"symbol": "WBTC",
"address": "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
"chainId": 56,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/0x0555E30da8f98308EdB960aa94C0Db47230d2B9c.png"
},
{
"name": "Wrapped eETH",
"symbol": "weETH",
Expand Down
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3414,5 +3414,13 @@
"chainId": 56,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/0x6B2a01A5f79dEb4c2f3c0eDa7b01DF456FbD726a.png"
},
{
"name": "Wrapped BTC",
"symbol": "WBTC",
"address": "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
"chainId": 56,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/0x0555E30da8f98308EdB960aa94C0Db47230d2B9c.png"
}
]
]

0 comments on commit 1f9d10b

Please sign in to comment.