Skip to content

Commit

Permalink
Merge pull request #497 from pancakeswap/feat--list-oort-on-bsc-chain
Browse files Browse the repository at this point in the history
feat: add oort
  • Loading branch information
ChefBingbong committed Jul 16, 2024
2 parents 5a01dbe + 6d4e69a commit a606fe6
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-07-11T10:56:41.566Z",
"timestamp": "2024-07-16T10:55:48.446Z",
"version": {
"major": 2,
"minor": 16,
"patch": 229
"patch": 230
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -2100,6 +2100,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xFd7B3A77848f1C2D67E05E54d78d174a0C850335.png"
},
{
"name": "OORT",
"symbol": "OORT",
"address": "0x5651fA7a726B9Ec0cAd00Ee140179912B6E73599",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5651fA7a726B9Ec0cAd00Ee140179912B6E73599.png"
},
{
"name": "Token Orbs",
"symbol": "ORBS",
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 @@ -3310,5 +3310,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x9F5d4479b783327b61718fa13B3a0583869a80c1.png"
},
{
"name": "OORT",
"symbol": "OORT",
"address": "0x5651fA7a726B9Ec0cAd00Ee140179912B6E73599",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5651fA7a726B9Ec0cAd00Ee140179912B6E73599.png"
}
]
]

0 comments on commit a606fe6

Please sign in to comment.