Skip to content

Commit

Permalink
feat: Add LIGHT and CART to extended list (pancakeswap#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef-Cheems authored Oct 7, 2021
1 parent 0712daf commit a884bc2
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 packages/token-lists/lists/pancakeswap-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2021-09-23T07:36:11.494Z",
"timestamp": "2021-10-06T15:24:51.895Z",
"version": {
"major": 2,
"minor": 16,
"patch": 26
"patch": 27
},
"logoURI": "https://assets.trustwalletapp.com/blockchains/smartchain/assets/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82/logo.png",
"keywords": [
Expand Down Expand Up @@ -452,6 +452,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56.png"
},
{
"name": "CryptoArt.ai",
"symbol": "CART",
"address": "0x5C8C8D560048F34E5f7f8ad71f2f81a89DBd273e",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5C8C8D560048F34E5f7f8ad71f2f81a89DBd273e.png"
},
{
"name": "ChainGuardians",
"symbol": "CGG",
Expand Down Expand Up @@ -932,6 +940,14 @@
"decimals": 8,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5d684ADaf3FcFe9CFb5ceDe3abf02F0Cdd1012E3.png"
},
{
"name": "Lightning",
"symbol": "LIGHT",
"address": "0x037838b556d9c9d654148a284682C55bB5f56eF4",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x037838b556d9c9d654148a284682C55bB5f56eF4.png"
},
{
"name": "Linear Finance",
"symbol": "LINA",
Expand Down
16 changes: 16 additions & 0 deletions packages/token-lists/src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -1870,5 +1870,21 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xEd8c8Aa8299C10f067496BB66f8cC7Fb338A3405.png"
},
{
"name": "Lightning",
"symbol": "LIGHT",
"address": "0x037838b556d9c9d654148a284682C55bB5f56eF4",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x037838b556d9c9d654148a284682C55bB5f56eF4.png"
},
{
"name": "CryptoArt.ai",
"symbol": "CART",
"address": "0x5C8C8D560048F34E5f7f8ad71f2f81a89DBd273e",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x5C8C8D560048F34E5f7f8ad71f2f81a89DBd273e.png"
}
]

0 comments on commit a884bc2

Please sign in to comment.