Skip to content

Commit

Permalink
Merge pull request #258 from pancakeswap/feat--add-new-tron-token
Browse files Browse the repository at this point in the history
feat: --add-new-tron-token
  • Loading branch information
ChefBingbong authored Sep 29, 2023
2 parents e19e1f7 + 8be0a93 commit f7ef9c5
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": "2023-08-31T14:37:19.571Z",
"timestamp": "2023-09-29T08:59:59.800Z",
"version": {
"major": 2,
"minor": 16,
"patch": 158
"patch": 160
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -2420,6 +2420,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B.png"
},
{
"name": "Tron V2",
"symbol": "TRX",
"address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3",
"chainId": 56,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3.png"
},
{
"name": "ThunderCore",
"symbol": "TT",
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 @@ -1143,6 +1143,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B.png"
},
{
"name": "Tron V2",
"symbol": "TRX",
"address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3",
"chainId": 56,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3.png"
},
{
"name": "WINk",
"symbol": "WIN",
Expand Down

0 comments on commit f7ef9c5

Please sign in to comment.