Skip to content

Commit

Permalink
Merge pull request #504 from pancakeswap/chore--list-weEth-on-base
Browse files Browse the repository at this point in the history
list weeth
  • Loading branch information
ChefBingbong committed Jul 24, 2024
2 parents 2159158 + 8941e1c commit d085226
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-base-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Base Default",
"timestamp": "2024-07-15T16:32:08.014Z",
"timestamp": "2024-07-24T09:29:24.479Z",
"version": {
"major": 0,
"minor": 0,
"patch": 10
"patch": 11
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -148,6 +148,14 @@
"chainId": 8453,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdt.png"
},
{
"name": "Wrapped eETH",
"symbol": "weETH",
"address": "0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,13 @@
"chainId": 8453,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdt.png"
},
{
"name": "Wrapped eETH",
"symbol": "weETH",
"address": "0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x04C0599Ae5A44757c0af6F9eC3b93da8976c150A.png"
}
]

0 comments on commit d085226

Please sign in to comment.