Skip to content

Commit

Permalink
Merge pull request #364 from pancakeswap/feat--new-bnb-and-zksync-tokens
Browse files Browse the repository at this point in the history
feat: list anyInu and wstEth
  • Loading branch information
ChefMomota authored Jan 18, 2024
2 parents 93b6961 + e8af7f3 commit db8bd65
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 6 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-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2024-01-18T09:31:47.278Z",
"timestamp": "2024-01-18T14:08:45.098Z",
"version": {
"major": 2,
"minor": 16,
"patch": 190
"patch": 191
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -68,6 +68,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x12f31B73D812C6Bb0d735a218c086d44D5fe5f89.png"
},
{
"name": "Any Inu",
"symbol": "AI",
"address": "0x2598c30330D5771AE9F983979209486aE26dE875",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x2598c30330D5771AE9F983979209486aE26dE875.png"
},
{
"name": "AIOZ Network",
"symbol": "AIOZ",
Expand Down
12 changes: 10 additions & 2 deletions lists/pancakeswap-zksync-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Zksync Default",
"timestamp": "2023-10-06T11:18:35.154Z",
"timestamp": "2024-01-18T14:08:31.119Z",
"version": {
"major": 1,
"minor": 0,
"patch": 13
"patch": 14
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -84,6 +84,14 @@
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0xCab3F741Fa54e79E34753B95717b23018332b8AC.png"
},
{
"name": "Wrapped liquid staked Ether 2.0",
"symbol": "wstETH",
"address": "0x703b52F2b28fEbcB60E1372858AF5b18849FE867",
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x703b52F2b28fEbcB60E1372858AF5b18849FE867.png"
}
]
}
11 changes: 9 additions & 2 deletions src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3006,6 +3006,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x8581cc815e40615998F4561F3e24e68066293595.png"
},
{
"name": "Any Inu",
"symbol": "AI",
"address": "0x2598c30330D5771AE9F983979209486aE26dE875",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x2598c30330D5771AE9F983979209486aE26dE875.png"
}
]

]
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-zksync-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,13 @@
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0xCab3F741Fa54e79E34753B95717b23018332b8AC.png"
},
{
"name": "Wrapped liquid staked Ether 2.0",
"symbol": "wstETH",
"address": "0x703b52F2b28fEbcB60E1372858AF5b18849FE867",
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x703b52F2b28fEbcB60E1372858AF5b18849FE867.png"
}
]

0 comments on commit db8bd65

Please sign in to comment.