Skip to content

Commit

Permalink
feat: list mstETH mswETH (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Feb 23, 2024
1 parent 67b8906 commit eaf06f3
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-eth-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum Default",
"timestamp": "2024-02-23T01:32:34.300Z",
"timestamp": "2024-02-23T04:41:37.620Z",
"version": {
"major": 1,
"minor": 0,
"patch": 45
"patch": 46
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -508,6 +508,22 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x5cc5E64AB764A0f1E97F23984E20fD4528356a6a.png"
},
{
"name": "mswETH",
"symbol": "mswETH",
"address": "0x32bd822d615A3658A68b6fDD30c2fcb2C996D678",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x32bd822d615A3658A68b6fDD30c2fcb2C996D678.png"
},
{
"name": "mstETH",
"symbol": "mstETH",
"address": "0x49446A0874197839D15395B908328a74ccc96Bc0",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x49446A0874197839D15395B908328a74ccc96Bc0.png"
}
]
}
16 changes: 16 additions & 0 deletions src/tokens/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,5 +494,21 @@
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x5cc5E64AB764A0f1E97F23984E20fD4528356a6a.png"
},
{
"name": "mswETH",
"symbol": "mswETH",
"address": "0x32bd822d615A3658A68b6fDD30c2fcb2C996D678",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x32bd822d615A3658A68b6fDD30c2fcb2C996D678.png"
},
{
"name": "mstETH",
"symbol": "mstETH",
"address": "0x49446A0874197839D15395B908328a74ccc96Bc0",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x49446A0874197839D15395B908328a74ccc96Bc0.png"
}
]

0 comments on commit eaf06f3

Please sign in to comment.