Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: list anyInu and wstEth #364

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
Loading