Skip to content

Commit

Permalink
feat: list nfp (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Dec 28, 2023
1 parent 93511ad commit da6a435
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-27T07:45:03.009Z",
"timestamp": "2023-12-28T00:59:26.688Z",
"version": {
"major": 2,
"minor": 16,
"patch": 179
"patch": 180
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -1756,6 +1756,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x1D3437E570e93581Bd94b2fd8Fbf202d4a65654A.png"
},
{
"name": "NFPrompt Token",
"symbol": "NFP",
"address": "0x75E8ddB518bB757b4282cd5b83bb70d4101D12FB",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x75E8ddB518bB757b4282cd5b83bb70d4101D12FB.png"
},
{
"name": "APENFT",
"symbol": "NFT",
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 @@ -2942,5 +2942,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x38e382F74dfb84608F3C1F10187f6bEf5951DE93.png"
},
{
"name": "NFPrompt Token",
"symbol": "NFP",
"address": "0x75E8ddB518bB757b4282cd5b83bb70d4101D12FB",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x75E8ddB518bB757b4282cd5b83bb70d4101D12FB.png"
}
]

0 comments on commit da6a435

Please sign in to comment.