Skip to content

Commit

Permalink
feat: list sol on bsc (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefBingbong authored Feb 14, 2024
1 parent cacdb6d commit eb3b137
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-02-07T07:18:45.276Z",
"timestamp": "2024-02-13T12:59:32.436Z",
"version": {
"major": 2,
"minor": 16,
"patch": 198
"patch": 199
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -2436,6 +2436,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B.png"
},
{
"name": "SOLANA",
"symbol": "SOL",
"address": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x570A5D26f7765Ecb712C0924E4De545B89fD43dF.png"
},
{
"name": "SPARTAN PROTOCOL TOKEN",
"symbol": "SPARTA",
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 @@ -3078,5 +3078,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x003d87d02A2A01E9E8a20f507C83E15DD83A33d1.png"
},
{
"name": "SOLANA",
"symbol": "SOL",
"address": "0x570A5D26f7765Ecb712C0924E4De545B89fD43dF",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x570A5D26f7765Ecb712C0924E4De545B89fD43dF.png"
}
]
]

0 comments on commit eb3b137

Please sign in to comment.