Skip to content

Commit

Permalink
Merge pull request #260 from pancakeswap/feat--add-new-zk-tokens
Browse files Browse the repository at this point in the history
feat: Add Zksync tokens
  • Loading branch information
ChefMomota committed Oct 6, 2023
2 parents f7ef9c5 + e9b0d64 commit f285f48
Show file tree
Hide file tree
Showing 4 changed files with 34 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 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-08-28T09:39:13.658Z",
"timestamp": "2023-10-06T11:18:35.154Z",
"version": {
"major": 1,
"minor": 0,
"patch": 5
"patch": 13
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -37,6 +37,22 @@
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4.png"
},
{
"name": "Rocket Pool ETH",
"symbol": "rETH",
"address": "0x32Fd44bB869620C0EF993754c8a00Be67C464806",
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x32Fd44bB869620C0EF993754c8a00Be67C464806.png"
},
{
"name": "USD Plus",
"symbol": "USD+",
"address": "0x8E86e46278518EFc1C5CEd245cBA2C7e3ef11557",
"chainId": 324,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x8E86e46278518EFc1C5CEd245cBA2C7e3ef11557.png"
},
{
"name": "Tether USD",
"symbol": "USDT",
Expand Down
16 changes: 16 additions & 0 deletions src/tokens/pancakeswap-zksync-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4.png"
},
{
"name": "Rocket Pool ETH",
"symbol": "rETH",
"address": "0x32Fd44bB869620C0EF993754c8a00Be67C464806",
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x32Fd44bB869620C0EF993754c8a00Be67C464806.png"
},
{
"name": "USD Plus",
"symbol": "USD+",
"address": "0x8E86e46278518EFc1C5CEd245cBA2C7e3ef11557",
"chainId": 324,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x8E86e46278518EFc1C5CEd245cBA2C7e3ef11557.png"
},
{
"name": "Tether USD",
"symbol": "USDT",
Expand Down

0 comments on commit f285f48

Please sign in to comment.