Skip to content

Commit

Permalink
feat: add mbtc token (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Sep 5, 2024
1 parent d8c7c9f commit 96a8585
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-arbitrum-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Arbitrum Default",
"timestamp": "2024-08-23T02:28:50.887Z",
"timestamp": "2024-09-05T14:36:01.673Z",
"version": {
"major": 0,
"minor": 0,
"patch": 32
"patch": 34
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -476,6 +476,14 @@
"chainId": 42161,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xE4728F3E48E94C6DA2B53610E677cc241DAFB134.png"
},
{
"name": "Liquid Staked BTC",
"symbol": "mBTC",
"address": "0x2172fAD929E857dDfD7dDC31E24904438434cB0B",
"chainId": 42161,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x2172fAD929E857dDfD7dDC31E24904438434cB0B.png"
}
]
}
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-08-24T09:01:52.709Z",
"timestamp": "2024-09-05T14:36:45.793Z",
"version": {
"major": 2,
"minor": 16,
"patch": 239
"patch": 241
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -1812,6 +1812,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x3203c9E46cA618C8C1cE5dC67e7e9D75f5da2377.png"
},
{
"name": "Liquid Staked BTC",
"symbol": "mBTC",
"address": "0x7c1cCA5b25Fa0bC9AF9275Fb53cBA89DC172b878",
"chainId": 56,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/0x7c1cCA5b25Fa0bC9AF9275Fb53cBA89DC172b878.png"
},
{
"name": "MARBLEX on BNB",
"symbol": "MBX",
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,5 +462,13 @@
"chainId": 42161,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xE4728F3E48E94C6DA2B53610E677cc241DAFB134.png"
},
{
"name": "Liquid Staked BTC",
"symbol": "mBTC",
"address": "0x2172fAD929E857dDfD7dDC31E24904438434cB0B",
"chainId": 42161,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x2172fAD929E857dDfD7dDC31E24904438434cB0B.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3390,5 +3390,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x6894CDe390a3f51155ea41Ed24a33A4827d3063D.png"
},
{
"name": "Liquid Staked BTC",
"symbol": "mBTC",
"address": "0x7c1cCA5b25Fa0bC9AF9275Fb53cBA89DC172b878",
"chainId": 56,
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/0x7c1cCA5b25Fa0bC9AF9275Fb53cBA89DC172b878.png"
}
]

0 comments on commit 96a8585

Please sign in to comment.