Skip to content

Commit

Permalink
feat: list weeth (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefBingbong committed Apr 29, 2024
1 parent 4bb61f4 commit 99fafc2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 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-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2024-04-26T07:25:02.605Z",
"timestamp": "2024-04-29T20:34:06.748Z",
"version": {
"major": 2,
"minor": 16,
"patch": 219
"patch": 220
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -2980,6 +2980,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c.png"
},
{
"name": "Wrapped eETH",
"symbol": "weETH",
"address": "0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A.png"
},
{
"name": "BitWell Token",
"symbol": "WELL",
Expand Down
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3230,5 +3230,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x7dC91cBD6CB5A3E6A95EED713Aa6bF1d987146c8.png"
},
{
"name": "Wrapped eETH",
"symbol": "weETH",
"address": "0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A.png"
}
]
]

0 comments on commit 99fafc2

Please sign in to comment.