Skip to content

Commit

Permalink
feat: List ORBS
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota committed Oct 9, 2023
1 parent f285f48 commit eae641d
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 4 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": "2023-09-29T08:59:59.800Z",
"timestamp": "2023-10-09T10:53:45.706Z",
"version": {
"major": 2,
"minor": 16,
"patch": 160
"patch": 161
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -1804,6 +1804,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xeBd49b26169e1b52c04cFd19FCf289405dF55F80.png"
},
{
"name": "Token Orbs",
"symbol": "ORBS",
"address": "0x43a8cab15D06d3a5fE5854D714C37E7E9246F170",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x43a8cab15D06d3a5fE5854D714C37E7E9246F170.png"
},
{
"name": "pBTC",
"symbol": "pBTC",
Expand Down
12 changes: 10 additions & 2 deletions lists/pancakeswap-mini-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Mini Ext",
"timestamp": "2023-08-31T14:37:36.454Z",
"timestamp": "2023-10-09T10:53:56.181Z",
"version": {
"major": 1,
"minor": 0,
"patch": 59
"patch": 60
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -1703,6 +1703,14 @@
"decimals": 18,
"logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xeBd49b26169e1b52c04cFd19FCf289405dF55F80/logo.png"
},
{
"name": "Token Orbs",
"symbol": "ORBS",
"address": "0x43a8cab15D06d3a5fE5854D714C37E7E9246F170",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x43a8cab15D06d3a5fE5854D714C37E7E9246F170.png"
},
{
"name": "pTokens BTC",
"symbol": "pBTC",
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -2830,5 +2830,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xF95a5532D67C944dfa7EDDD2f8c358Fe0dc7FAc2.png"
},
{
"name": "Token Orbs",
"symbol": "ORBS",
"address": "0x43a8cab15D06d3a5fE5854D714C37E7E9246F170",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x43a8cab15D06d3a5fE5854D714C37E7E9246F170.png"
}
]
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-mini-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -2638,5 +2638,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xF95a5532D67C944dfa7EDDD2f8c358Fe0dc7FAc2.png"
},
{
"name": "Token Orbs",
"symbol": "ORBS",
"address": "0x43a8cab15D06d3a5fE5854D714C37E7E9246F170",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x43a8cab15D06d3a5fE5854D714C37E7E9246F170.png"
}
]

0 comments on commit eae641d

Please sign in to comment.