Skip to content

Commit

Permalink
feat: List dao maker
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMomota committed Jul 11, 2024
1 parent ed0d3dd commit d6d8f01
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-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2024-06-27T05:22:43.511Z",
"timestamp": "2024-07-11T03:07:09.435Z",
"version": {
"major": 2,
"minor": 16,
"patch": 227
"patch": 228
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -796,6 +796,14 @@
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3.png"
},
{
"name": "DAO Maker",
"symbol": "DAO",
"address": "0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45.png"
},
{
"name": "Mines of Dalarnia",
"symbol": "DAR",
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 @@ -3294,5 +3294,13 @@
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x53E63a31fD1077f949204b94F431bCaB98F72BCE.png"
},
{
"name": "DAO Maker",
"symbol": "DAO",
"address": "0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0x4d2d32d8652058Bf98c772953E1Df5c5c85D9F45.png"
}
]

0 comments on commit d6d8f01

Please sign in to comment.