Skip to content

Commit

Permalink
Merge pull request #265 from pancakeswap/feat--add-esDRNT-on-bsc-chain
Browse files Browse the repository at this point in the history
feat: add esDRNT on bsc list
  • Loading branch information
ChefMomota authored Oct 12, 2023
2 parents 93665a8 + 2f1a1ff commit ac077db
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-10-10T04:58:08.856Z",
"timestamp": "2023-10-12T13:59:54.432Z",
"version": {
"major": 2,
"minor": 16,
"patch": 162
"patch": 164
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -940,6 +940,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x62823659d09F9F9D2222058878f89437425eB261.png"
},
{
"name": "Radpie esRDNT",
"symbol": "esRDNT",
"address": "0x016aBB5E48A7B64C2014f8834ecbE56CD72BF13D",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x016aBB5E48A7B64C2014f8834ecbE56CD72BF13D.png"
},
{
"name": "CryptoMines Eternal",
"symbol": "ETERNAL",
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 @@ -2830,5 +2830,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x43a8cab15D06d3a5fE5854D714C37E7E9246F170.png"
},
{
"name": "Radpie esRDNT",
"symbol": "esRDNT",
"address": "0x016aBB5E48A7B64C2014f8834ecbE56CD72BF13D",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x016aBB5E48A7B64C2014f8834ecbE56CD72BF13D.png"
}
]

0 comments on commit ac077db

Please sign in to comment.