Skip to content

Commit

Permalink
feat: List EQB
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota committed Jul 17, 2023
1 parent 06144c6 commit 0df6447
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-07-03T12:34:31.877Z",
"timestamp": "2023-07-17T13:44:51.724Z",
"version": {
"major": 2,
"minor": 16,
"patch": 149
"patch": 150
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -900,6 +900,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xA7f552078dcC247C2684336020c03648500C6d9F.png"
},
{
"name": "Equilibria Token",
"symbol": "EQB",
"address": "0x374Ca32fd7934c5d43240E1e73fa9B2283468609",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x374Ca32fd7934c5d43240E1e73fa9B2283468609.png"
},
{
"name": "Era Token",
"symbol": "ERA",
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-07-03T12:34:17.712Z",
"timestamp": "2023-07-17T13:45:05.633Z",
"version": {
"major": 1,
"minor": 0,
"patch": 51
"patch": 52
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -847,6 +847,14 @@
"decimals": 18,
"logoURI": "https://assets-cdn.trustwallet.com/blockchains/smartchain/assets/0xA7f552078dcC247C2684336020c03648500C6d9F/logo.png"
},
{
"name": "Equilibria Token",
"symbol": "EQB",
"address": "0x374Ca32fd7934c5d43240E1e73fa9B2283468609",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x374Ca32fd7934c5d43240E1e73fa9B2283468609.png"
},
{
"name": "Era Token",
"symbol": "ERA",
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 @@ -2742,5 +2742,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xb3Ed0A426155B79B898849803E3B36552f7ED507.png"
},
{
"name": "Equilibria Token",
"symbol": "EQB",
"address": "0x374Ca32fd7934c5d43240E1e73fa9B2283468609",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x374Ca32fd7934c5d43240E1e73fa9B2283468609.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 @@ -2574,5 +2574,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xb3Ed0A426155B79B898849803E3B36552f7ED507.png"
},
{
"name": "Equilibria Token",
"symbol": "EQB",
"address": "0x374Ca32fd7934c5d43240E1e73fa9B2283468609",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x374Ca32fd7934c5d43240E1e73fa9B2283468609.png"
}
]

0 comments on commit 0df6447

Please sign in to comment.