Skip to content

Commit

Permalink
fix: move to extended (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Dec 26, 2023
1 parent 8908054 commit be72e30
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 38 deletions.
20 changes: 2 additions & 18 deletions lists/pancakeswap-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Default",
"timestamp": "2023-12-26T12:27:08.085Z",
"timestamp": "2023-12-26T13:02:45.805Z",
"version": {
"major": 2,
"minor": 16,
"patch": 9
"patch": 10
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -115,22 +115,6 @@
"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"
},
{
"name": "StargateToken",
"symbol": "STG",
"address": "0xB0D502E938ed5f4df2E681fE6E419ff29631d62b",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xB0D502E938ed5f4df2E681fE6E419ff29631d62b.png"
}
]
}
20 changes: 18 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-20T12:24:32.117Z",
"timestamp": "2023-12-26T13:02:49.675Z",
"version": {
"major": 2,
"minor": 16,
"patch": 176
"patch": 177
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -2108,6 +2108,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xf7DE7E8A6bd59ED41a4b5fe50278b3B7f31384dF.png"
},
{
"name": "Radpie",
"symbol": "RDP",
"address": "0x27c073e8427aa493a90b8dC8b73A89e670FD77bB",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x27c073e8427aa493a90b8dC8b73A89e670FD77bB.png"
},
{
"name": "Reef",
"symbol": "REEF",
Expand Down Expand Up @@ -2300,6 +2308,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x724A32dFFF9769A0a0e1F0515c0012d1fB14c3bd.png"
},
{
"name": "StargateToken",
"symbol": "STG",
"address": "0xB0D502E938ed5f4df2E681fE6E419ff29631d62b",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xB0D502E938ed5f4df2E681fE6E419ff29631d62b.png"
},
{
"name": "Staked BNB",
"symbol": "stkBNB",
Expand Down
16 changes: 0 additions & 16 deletions src/tokens/pancakeswap-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,5 @@
"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"
},
{
"name": "StargateToken",
"symbol": "STG",
"address": "0xB0D502E938ed5f4df2E681fE6E419ff29631d62b",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xB0D502E938ed5f4df2E681fE6E419ff29631d62b.png"
}
]
19 changes: 17 additions & 2 deletions src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -2902,6 +2902,21 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x6a1c1447F97B27dA23dC52802F5f1435b5aC821A.png"
},
{
"name": "Radpie",
"symbol": "RDP",
"address": "0x27c073e8427aa493a90b8dC8b73A89e670FD77bB",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x27c073e8427aa493a90b8dC8b73A89e670FD77bB.png"
},
{
"name": "StargateToken",
"symbol": "STG",
"address": "0xB0D502E938ed5f4df2E681fE6E419ff29631d62b",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xB0D502E938ed5f4df2E681fE6E419ff29631d62b.png"
}
]

]

0 comments on commit be72e30

Please sign in to comment.