Skip to content

Commit

Permalink
feat: list xai (#349)
Browse files Browse the repository at this point in the history
* feat: list xai

* chore update json list

* chore fix list

* move logo location

* chore delete old location
  • Loading branch information
ChefBingbong authored Jan 9, 2024
1 parent 8fb456b commit 1255e85
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-arbitrum-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Arbitrum Default",
"timestamp": "2023-12-26T08:08:36.988Z",
"timestamp": "2024-01-09T07:07:14.861Z",
"version": {
"major": 0,
"minor": 0,
"patch": 12
"patch": 13
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -212,6 +212,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x539bdE0d7Dbd336b79148AA742883198BBF60342.png"
},
{
"name": "Xai",
"symbol": "XAI",
"address": "0x4Cb9a7AE498CEDcBb5EAe9f25736aE7d428C9D66",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x4Cb9a7AE498CEDcBb5EAe9f25736aE7d428C9D66.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,13 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x539bdE0d7Dbd336b79148AA742883198BBF60342.png"
},
{
"name": "Xai",
"symbol": "XAI",
"address": "0x4Cb9a7AE498CEDcBb5EAe9f25736aE7d428C9D66",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x4Cb9a7AE498CEDcBb5EAe9f25736aE7d428C9D66.png"
}
]

0 comments on commit 1255e85

Please sign in to comment.