Skip to content

Commit

Permalink
Merge pull request #511 from pancakeswap/chore--add-solvbtc-on-bsc-an…
Browse files Browse the repository at this point in the history
…d-arb

chore: add solvbtc
  • Loading branch information
ChefBingbong authored Aug 5, 2024
2 parents bfdde53 + cb6f75b commit 866fc0c
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-07-17T08:23:05.407Z",
"timestamp": "2024-08-05T10:08:56.405Z",
"version": {
"major": 0,
"minor": 0,
"patch": 29
"patch": 30
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -452,6 +452,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x18C14C2D707b2212e17d1579789Fc06010cfca23.png"
},
{
"name": "SolvBTC Babylon",
"symbol": "SolvBTC.BBN",
"address": "0x346c574C56e1A4aAa8dc88Cda8F7EB12b39947aB",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x346c574C56e1A4aAa8dc88Cda8F7EB12b39947aB.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-07-29T15:15:13.854Z",
"timestamp": "2024-08-05T10:12:20.480Z",
"version": {
"major": 2,
"minor": 16,
"patch": 232
"patch": 233
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -2628,6 +2628,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x4aae823a6a0b376De6A78e74eCC5b079d38cBCf7.png"
},
{
"name": "SolvBTC Babylon",
"symbol": "SolvBTC.BBN",
"address": "0x1346b618dC92810EC74163e4c27004c921D446a5",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x1346b618dC92810EC74163e4c27004c921D446a5.png"
},
{
"name": "SolvBTC Ethena",
"symbol": "SolvBTC.ENA",
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 @@ -438,5 +438,13 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x18C14C2D707b2212e17d1579789Fc06010cfca23.png"
},
{
"name": "SolvBTC Babylon",
"symbol": "SolvBTC.BBN",
"address": "0x346c574C56e1A4aAa8dc88Cda8F7EB12b39947aB",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x346c574C56e1A4aAa8dc88Cda8F7EB12b39947aB.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3334,5 +3334,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x837A130aED114300Bab4f9f1F4f500682f7efd48.png"
},
{
"name": "SolvBTC Babylon",
"symbol": "SolvBTC.BBN",
"address": "0x1346b618dC92810EC74163e4c27004c921D446a5",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x1346b618dC92810EC74163e4c27004c921D446a5.png"
}
]

0 comments on commit 866fc0c

Please sign in to comment.