Skip to content

Commit

Permalink
Merge pull request #348 from pancakeswap/list-pnp
Browse files Browse the repository at this point in the history
feat: List PNP
  • Loading branch information
ChefMomota authored Jan 2, 2024
2 parents 76e0c8c + 3ec2e2e commit 8fb456b
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 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": "2024-01-02T14:40:27.593Z",
"timestamp": "2024-01-02T15:03:13.250Z",
"version": {
"major": 2,
"minor": 16,
"patch": 184
"patch": 185
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -1996,6 +1996,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2.png"
},
{
"name": "Penpie Token",
"symbol": "PNP",
"address": "0x5012c90F14d190607662CA8344120812Aaa2639D",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5012c90F14d190607662CA8344120812Aaa2639D.png"
},
{
"name": "PNT",
"symbol": "PNT",
Expand Down
12 changes: 10 additions & 2 deletions lists/pancakeswap-mini-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Mini Ext",
"timestamp": "2023-12-20T03:20:02.453Z",
"timestamp": "2024-01-02T15:03:19.500Z",
"version": {
"major": 1,
"minor": 0,
"patch": 65
"patch": 66
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -1799,6 +1799,14 @@
"decimals": 18,
"logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/logo.png"
},
{
"name": "Penpie Token",
"symbol": "PNP",
"address": "0x5012c90F14d190607662CA8344120812Aaa2639D",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5012c90F14d190607662CA8344120812Aaa2639D.png"
},
{
"name": "pNetwork Token",
"symbol": "PNT",
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 @@ -2966,5 +2966,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x581FA684D0Ec11ccb46B1d92F1F24C8A3F95C0CA.png"
},
{
"name": "Penpie Token",
"symbol": "PNP",
"address": "0x5012c90F14d190607662CA8344120812Aaa2639D",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5012c90F14d190607662CA8344120812Aaa2639D.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-mini-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -2654,5 +2654,13 @@
"chainId": 56,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/0x323665443CEf804A3b5206103304BD4872EA4253.png"
},
{
"name": "Penpie Token",
"symbol": "PNP",
"address": "0x5012c90F14d190607662CA8344120812Aaa2639D",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5012c90F14d190607662CA8344120812Aaa2639D.png"
}
]

0 comments on commit 8fb456b

Please sign in to comment.