Skip to content

Commit

Permalink
feat: list RDP (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Dec 25, 2023
1 parent e893496 commit b084490
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-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Default",
"timestamp": "2023-08-25T04:51:17.474Z",
"timestamp": "2023-12-25T12:45:36.731Z",
"version": {
"major": 2,
"minor": 16,
"patch": 7
"patch": 8
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -115,6 +115,14 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d.png"
},
{
"name": "Radpie",
"symbol": "RDP",
"address": "0x27c073e8427aa493a90b8dC8b73A89e670FD77bB",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x27c073e8427aa493a90b8dC8b73A89e670FD77bB.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d.png"
},
{
"name": "Radpie",
"symbol": "RDP",
"address": "0x27c073e8427aa493a90b8dC8b73A89e670FD77bB",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x27c073e8427aa493a90b8dC8b73A89e670FD77bB.png"
}
]

0 comments on commit b084490

Please sign in to comment.