Skip to content

Commit

Permalink
feat: add MEOW
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Jan 31, 2024
1 parent 170bb36 commit c0183d5
Show file tree
Hide file tree
Showing 3 changed files with 18 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.
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": "2024-01-18T14:08:31.119Z",
"timestamp": "2024-01-31T01:52:49.671Z",
"version": {
"major": 1,
"minor": 0,
"patch": 14
"patch": 15
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -92,6 +92,14 @@
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x703b52F2b28fEbcB60E1372858AF5b18849FE867.png"
},
{
"name": "Zeek Coin",
"symbol": "MEOW",
"address": "0x79db8c67d0c33203da4Efb58F7D325E1e0d4d692",
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x79db8c67d0c33203da4Efb58F7D325E1e0d4d692.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 @@ -78,5 +78,13 @@
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x703b52F2b28fEbcB60E1372858AF5b18849FE867.png"
},
{
"name": "Zeek Coin",
"symbol": "MEOW",
"address": "0x79db8c67d0c33203da4Efb58F7D325E1e0d4d692",
"chainId": 324,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x79db8c67d0c33203da4Efb58F7D325E1e0d4d692.png"
}
]

0 comments on commit c0183d5

Please sign in to comment.