Skip to content

Commit

Permalink
Merge pull request #309 from pancakeswap/feature/list-ace
Browse files Browse the repository at this point in the history
feat: list ace
  • Loading branch information
ChefMomota authored Dec 18, 2023
2 parents bc05e60 + 9d5c990 commit 5bb5f0e
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-12-14T07:51:51.129Z",
"timestamp": "2023-12-18T03:22:22.902Z",
"version": {
"major": 2,
"minor": 16,
"patch": 170
"patch": 171
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand All @@ -28,6 +28,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xFeea0bDd3D07eb6FE305938878C0caDBFa169042.png"
},
{
"name": "ACEToken",
"symbol": "ACE",
"address": "0xc27A719105A987b4c34116223CAE8bd8F4B5def4",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xc27A719105A987b4c34116223CAE8bd8F4B5def4.png"
},
{
"name": "Alchemy Token",
"symbol": "ACH",
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 @@ -2870,5 +2870,13 @@
"chainId": 56,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/0x073690e6CE25bE816E68F32dCA3e11067c9FB5Cc.png"
},
{
"name": "ACEToken",
"symbol": "ACE",
"address": "0xc27A719105A987b4c34116223CAE8bd8F4B5def4",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xc27A719105A987b4c34116223CAE8bd8F4B5def4.png"
}
]

0 comments on commit 5bb5f0e

Please sign in to comment.