Skip to content

Commit

Permalink
Merge pull request #453 from pancakeswap/list-solvbtc
Browse files Browse the repository at this point in the history
feat: List solvBTC
  • Loading branch information
ChefMomota authored May 9, 2024
2 parents 2807dcd + 81df4f6 commit 1f37d70
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 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-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2024-04-29T20:34:06.748Z",
"timestamp": "2024-05-09T05:22:39.178Z",
"version": {
"major": 2,
"minor": 16,
"patch": 220
"patch": 221
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -2564,6 +2564,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x570A5D26f7765Ecb712C0924E4De545B89fD43dF.png"
},
{
"name": "Solv BTC",
"symbol": "SolvBTC",
"address": "0x4aae823a6a0b376De6A78e74eCC5b079d38cBCf7",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x4aae823a6a0b376De6A78e74eCC5b079d38cBCf7.png"
},
{
"name": "SPARTAN PROTOCOL TOKEN",
"symbol": "SPARTA",
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3238,5 +3238,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A.png"
},
{
"name": "Solv BTC",
"symbol": "SolvBTC",
"address": "0x4aae823a6a0b376De6A78e74eCC5b079d38cBCf7",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x4aae823a6a0b376De6A78e74eCC5b079d38cBCf7.png"
}
]

0 comments on commit 1f37d70

Please sign in to comment.