Skip to content

Commit

Permalink
Merge pull request #312 from pancakeswap/list-APTS
Browse files Browse the repository at this point in the history
feat: Add list APTS
  • Loading branch information
ChefMomota authored Dec 19, 2023
2 parents e6eef3a + e8d4e11 commit c49e37f
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-aptos.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Aptos",
"timestamp": "2023-11-21T07:06:15.328Z",
"timestamp": "2023-12-19T05:03:19.077Z",
"version": {
"major": 0,
"minor": 0,
"patch": 21
"patch": 22
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -37,6 +37,14 @@
"address": "0x1::aptos_coin::AptosCoin",
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/apt.png"
},
{
"name": "apts coin",
"symbol": "APTS",
"chainId": 1,
"decimals": 8,
"address": "0xc71d94c49826b7d81d740d5bfb80b001a356198ed7b8005ae24ccedff82b299c::bridge::APTS",
"logoURI": "https://tokens.pancakeswap.finance/images/aptos/0xc71d94c49826b7d81d740d5bfb80b001a356198ed7b8005ae24ccedff82b299c::bridge::APTS"
},
{
"name": "Blocto Token",
"symbol": "BLT",
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-aptos.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,13 @@
"decimals": 8,
"address": "0x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::stapt_token::StakedApt",
"logoURI": "https://tokens.pancakeswap.finance/images/aptos/0x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::stapt_token::StakedApt"
},
{
"name": "apts coin",
"symbol": "APTS",
"chainId": 1,
"decimals": 8,
"address": "0xc71d94c49826b7d81d740d5bfb80b001a356198ed7b8005ae24ccedff82b299c::bridge::APTS",
"logoURI": "https://tokens.pancakeswap.finance/images/aptos/0xc71d94c49826b7d81d740d5bfb80b001a356198ed7b8005ae24ccedff82b299c::bridge::APTS"
}
]

0 comments on commit c49e37f

Please sign in to comment.