Skip to content

Commit

Permalink
feat: list DOLA (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Sep 2, 2024
1 parent 51f74d0 commit dbf3f55
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-base-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Base Default",
"timestamp": "2024-08-23T02:58:51.646Z",
"timestamp": "2024-09-02T05:12:32.109Z",
"version": {
"major": 0,
"minor": 0,
"patch": 14
"patch": 15
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -188,6 +188,14 @@
"chainId": 8453,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xFf0C62A4979400841eFaA6faADb07Ac7d5C98b27.png"
},
{
"name": "Dola USD Stablecoin",
"symbol": "DOLA",
"address": "0x4621b7A9c75199271F773Ebd9A499dbd165c3191",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x4621b7A9c75199271F773Ebd9A499dbd165c3191.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-base-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,13 @@
"chainId": 8453,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0xFf0C62A4979400841eFaA6faADb07Ac7d5C98b27.png"
},
{
"name": "Dola USD Stablecoin",
"symbol": "DOLA",
"address": "0x4621b7A9c75199271F773Ebd9A499dbd165c3191",
"chainId": 8453,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/base/0x4621b7A9c75199271F773Ebd9A499dbd165c3191.png"
}
]

0 comments on commit dbf3f55

Please sign in to comment.