Skip to content

Commit

Permalink
feat: add MEME to eth lists (#279)
Browse files Browse the repository at this point in the history
* feat: add MEME to eth lists

* remove meme from mm list

* add to default eth

* revert mm
  • Loading branch information
ChefBingbong authored Nov 3, 2023
1 parent c30dbc9 commit e2fa867
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 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-eth-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum Default",
"timestamp": "2023-09-21T11:50:26.697Z",
"timestamp": "2023-11-03T09:55:28.373Z",
"version": {
"major": 1,
"minor": 0,
"patch": 30
"patch": 32
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -388,6 +388,14 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xF51092Fe93B4E9282f42c459F05D93D2D079549e.png"
},
{
"name": "MEME",
"symbol": "memecoin",
"address": "0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74.png"
}
]
}
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,13 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xF51092Fe93B4E9282f42c459F05D93D2D079549e.png"
},
{
"name": "MEME",
"symbol": "memecoin",
"address": "0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74.png"
}
]
]
2 changes: 1 addition & 1 deletion src/tokens/pancakeswap-eth-mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85.png"
}
]
]

0 comments on commit e2fa867

Please sign in to comment.