Skip to content

Commit

Permalink
chore: list mstEth on Arb (#492)
Browse files Browse the repository at this point in the history
* chore: list mstEth on Arb

* chore: build list
  • Loading branch information
Chef-Yogi authored Jul 9, 2024
1 parent 2f2e720 commit ed0d3dd
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-arbitrum-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Arbitrum Default",
"timestamp": "2024-07-05T11:34:47.394Z",
"timestamp": "2024-07-09T10:27:38.505Z",
"version": {
"major": 0,
"minor": 0,
"patch": 26
"patch": 27
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -412,6 +412,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1.png"
},
{
"name": "Bridged mstETH",
"symbol": "Bridged mstETH",
"address": "0xE367d4b1b9bB40e34aDCE448e1edb0141Fc6a8AC",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xE367d4b1b9bB40e34aDCE448e1edb0141Fc6a8AC.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,5 +398,13 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1.png"
},
{
"name": "Bridged mstETH",
"symbol": "Bridged mstETH",
"address": "0xE367d4b1b9bB40e34aDCE448e1edb0141Fc6a8AC",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xE367d4b1b9bB40e34aDCE448e1edb0141Fc6a8AC.png"
}
]

0 comments on commit ed0d3dd

Please sign in to comment.