Skip to content

Commit

Permalink
feat: list xcad (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Apr 11, 2024
1 parent 51f4adc commit c9f2d25
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-opbnb-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap opBNB Default",
"timestamp": "2024-01-26T10:21:33.558Z",
"timestamp": "2024-04-11T12:18:57.473Z",
"version": {
"major": 0,
"minor": 0,
"patch": 9
"patch": 10
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -68,6 +68,14 @@
"chainId": 204,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/opbnb/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb.png"
},
{
"name": "XCAD Token",
"symbol": "XCAD",
"address": "0xAF9fE3B5cCDAe78188B1F8b9a49Da7ae9510F151",
"chainId": 204,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/opbnb/0xAF9fE3B5cCDAe78188B1F8b9a49Da7ae9510F151.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-opbnb-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,13 @@
"chainId": 204,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/opbnb/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb.png"
},
{
"name": "XCAD Token",
"symbol": "XCAD",
"address": "0xAF9fE3B5cCDAe78188B1F8b9a49Da7ae9510F151",
"chainId": 204,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/opbnb/0xAF9fE3B5cCDAe78188B1F8b9a49Da7ae9510F151.png"
}
]

0 comments on commit c9f2d25

Please sign in to comment.