Skip to content

Commit

Permalink
feat: list ZKE RF (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Jun 21, 2024
1 parent ca60617 commit dcc0f39
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": "2024-06-17T05:45:37.620Z",
"timestamp": "2024-06-21T13:12:18.339Z",
"version": {
"major": 1,
"minor": 0,
"patch": 23
"patch": 24
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -156,6 +156,22 @@
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x5A7d6b2F92C77FAD6CCaBd7EE0624E64907Eaf3E.png"
},
{
"name": "ZKE",
"symbol": "ZKE",
"address": "0x7b3e1236c39ddD2e61cF6Da6ac6D11193238ccB0",
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x7b3e1236c39ddD2e61cF6Da6ac6D11193238ccB0.png"
},
{
"name": "ReactorFusion",
"symbol": "RF",
"address": "0x5f7CBcb391d33988DAD74D6Fd683AadDA1123E4D",
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x5f7CBcb391d33988DAD74D6Fd683AadDA1123E4D.png"
}
]
}
16 changes: 16 additions & 0 deletions src/tokens/pancakeswap-zksync-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,21 @@
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x5A7d6b2F92C77FAD6CCaBd7EE0624E64907Eaf3E.png"
},
{
"name": "ZKE",
"symbol": "ZKE",
"address": "0x7b3e1236c39ddD2e61cF6Da6ac6D11193238ccB0",
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x7b3e1236c39ddD2e61cF6Da6ac6D11193238ccB0.png"
},
{
"name": "ReactorFusion",
"symbol": "RF",
"address": "0x5f7CBcb391d33988DAD74D6Fd683AadDA1123E4D",
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x5f7CBcb391d33988DAD74D6Fd683AadDA1123E4D.png"
}
]

0 comments on commit dcc0f39

Please sign in to comment.