Skip to content

Commit

Permalink
Merge pull request #359 from pancakeswap/feat--new-eth-and-bnb-token-…
Browse files Browse the repository at this point in the history
…whitelists

feat: new token whitelists
  • Loading branch information
ChefMomota authored Jan 15, 2024
2 parents 2b4aee1 + e9d784d commit 79d41c9
Show file tree
Hide file tree
Showing 6 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.
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-eth-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum Default",
"timestamp": "2024-01-10T15:11:40.771Z",
"timestamp": "2024-01-15T14:53:44.259Z",
"version": {
"major": 1,
"minor": 0,
"patch": 38
"patch": 39
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -460,6 +460,14 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x8AB2ff0116A279a99950C66A12298962D152B83c.png"
},
{
"name": "Osaka Protocol",
"symbol": "OSAK",
"address": "0xa21Af1050F7B26e0cfF45ee51548254C41ED6b5c",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xa21Af1050F7B26e0cfF45ee51548254C41ED6b5c.png"
}
]
}
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-10T14:52:39.239Z",
"timestamp": "2024-01-15T14:53:09.677Z",
"version": {
"major": 2,
"minor": 16,
"patch": 188
"patch": 189
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -1292,6 +1292,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5E2689412Fae5c29BD575fbe1d5C1CD1e0622A8f.png"
},
{
"name": "Chihuahua native asset",
"symbol": "HUAHUA",
"address": "0x9fD470124903957f299a1C90fEdA9043A4619cc6",
"chainId": 56,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/0x9fD470124903957f299a1C90fEdA9043A4619cc6.png"
},
{
"name": "Horizon Protocol",
"symbol": "HZN",
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,5 +446,13 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x8AB2ff0116A279a99950C66A12298962D152B83c.png"
},
{
"name": "Osaka Protocol",
"symbol": "OSAK",
"address": "0xa21Af1050F7B26e0cfF45ee51548254C41ED6b5c",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xa21Af1050F7B26e0cfF45ee51548254C41ED6b5c.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -2990,5 +2990,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xa80221D067603e30060F75E2458AA361f8eE5402.png"
},
{
"name": "Chihuahua native asset",
"symbol": "HUAHUA",
"address": "0x9fD470124903957f299a1C90fEdA9043A4619cc6",
"chainId": 56,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/0x9fD470124903957f299a1C90fEdA9043A4619cc6.png"
}
]

0 comments on commit 79d41c9

Please sign in to comment.