Skip to content

Commit

Permalink
Merge pull request #526 from pancakeswap/chore--add-CAT-token
Browse files Browse the repository at this point in the history
chore: add cat token
  • Loading branch information
ChefBingbong authored Aug 24, 2024
2 parents 2b183b6 + cc06135 commit 791b11d
Show file tree
Hide file tree
Showing 3 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.
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-23T02:34:45.799Z",
"timestamp": "2024-08-24T09:01:52.709Z",
"version": {
"major": 2,
"minor": 16,
"patch": 238
"patch": 239
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -676,6 +676,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5C8C8D560048F34E5f7f8ad71f2f81a89DBd273e.png"
},
{
"name": "Simons Cat",
"symbol": "CAT",
"address": "0x6894CDe390a3f51155ea41Ed24a33A4827d3063D",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x6894CDe390a3f51155ea41Ed24a33A4827d3063D.png"
},
{
"name": "CEEK",
"symbol": "CEEK",
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 @@ -3382,5 +3382,13 @@
"chainId": 56,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/0x524bC91Dc82d6b90EF29F76A3ECAaBAffFD490Bc.png"
},
{
"name": "Simons Cat",
"symbol": "CAT",
"address": "0x6894CDe390a3f51155ea41Ed24a33A4827d3063D",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x6894CDe390a3f51155ea41Ed24a33A4827d3063D.png"
}
]

0 comments on commit 791b11d

Please sign in to comment.