Skip to content

Commit

Permalink
feat(kardiachain): add kardiachain tokenlist (#30)
Browse files Browse the repository at this point in the history
* feat(kardiachain): add kardiachain tokenlist

* [update]: bump the version number in the file package.json
  • Loading branch information
AJackTi authored Mar 29, 2022
1 parent c019090 commit 405c969
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 21 deletions.
42 changes: 22 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,27 @@ yarn build # build token lists

<!-- begin versions -->

| Chain | Chain Id | Link | Viewer |
| ---------- | ---------: | ------------------------- | ------------------------------- |
| Mainnet | 1 | [latest][link-mainnet] | [token-list][viewer-mainnet] |
| Ropsten | 3 | [latest][link-ropsten] | [token-list][viewer-ropsten] |
| Rinkeby | 4 | [latest][link-rinkeby] | [token-list][viewer-rinkeby] |
| Optimistic | 10 | [latest][link-optimistic] | [token-list][viewer-optimistic] |
| BNB | 56 | [latest][link-bnb] | [token-list][viewer-bnb] |
| Chapel | 97 | [latest][link-chapel] | [token-list][viewer-chapel] |
| xDai | 100 | [latest][link-xdai] | [token-list][viewer-xdai] |
| Fuse | 122 | [latest][link-fuse] | [token-list][viewer-fuse] |
| Heco | 128 | [latest][link-heco] | [token-list][viewer-heco] |
| Fantom | 250 | [latest][link-fantom] | [token-list][viewer-fantom] |
| Boba | 288 | [latest][link-boba] | [token-list][viewer-boba] |
| Polygon | 137 | [latest][link-polygon] | [token-list][viewer-polygon] |
| Mumbai | 80001 | [latest][link-mumbai] | [token-list][viewer-mumbai] |
| Conflux | 1030 | [latest][link-conflux] | [token-list][viewer-conflux] |
| Arbiturm | 42161 | [latest][link-arbiturm] | [token-list][viewer-arbiturm] |
| Celo | 42220 | [latest][link-celo] | [token-list][viewer-celo] |
| Avalanche | 43114 | [latest][link-avalanche] | [token-list][viewer-avalanche] |
| Aurora | 1313161554 | [latest][link-aurora] | [token-list][viewer-aurora] |
| Chain | Chain Id | Link | Viewer |
| ----------- | ---------: | ------------------------- | ------------------------------- |
| Mainnet | 1 | [latest][link-mainnet] | [token-list][viewer-mainnet] |
| Ropsten | 3 | [latest][link-ropsten] | [token-list][viewer-ropsten] |
| Rinkeby | 4 | [latest][link-rinkeby] | [token-list][viewer-rinkeby] |
| Optimistic | 10 | [latest][link-optimistic] | [token-list][viewer-optimistic] |
| Kardiachain | 24 | [latest][link-optimistic] | [token-list][viewer-optimistic] |
| BNB | 56 | [latest][link-bnb] | [token-list][viewer-bnb] |
| Chapel | 97 | [latest][link-chapel] | [token-list][viewer-chapel] |
| xDai | 100 | [latest][link-xdai] | [token-list][viewer-xdai] |
| Fuse | 122 | [latest][link-fuse] | [token-list][viewer-fuse] |
| Heco | 128 | [latest][link-heco] | [token-list][viewer-heco] |
| Fantom | 250 | [latest][link-fantom] | [token-list][viewer-fantom] |
| Boba | 288 | [latest][link-boba] | [token-list][viewer-boba] |
| Polygon | 137 | [latest][link-polygon] | [token-list][viewer-polygon] |
| Mumbai | 80001 | [latest][link-mumbai] | [token-list][viewer-mumbai] |
| Conflux | 1030 | [latest][link-conflux] | [token-list][viewer-conflux] |
| Arbiturm | 42161 | [latest][link-arbiturm] | [token-list][viewer-arbiturm] |
| Celo | 42220 | [latest][link-celo] | [token-list][viewer-celo] |
| Avalanche | 43114 | [latest][link-avalanche] | [token-list][viewer-avalanche] |
| Aurora | 1313161554 | [latest][link-aurora] | [token-list][viewer-aurora] |

[link-mainnet]: https://tokens.r2d2.to/latest/1/tokens.json
[link-ropsten]: https://tokens.r2d2.to/latest/3/tokens.json
Expand Down Expand Up @@ -82,5 +83,6 @@ yarn build # build token lists
[viewer-celo]: https://tokenlists.org/token-list?url=https://tokens.r2d2.to/latest/42220/tokens.json
[viewer-avalanche]: https://tokenlists.org/token-list?url=https://tokens.r2d2.to/latest/43114/tokens.json
[viewer-aurora]: https://tokenlists.org/token-list?url=https://tokens.r2d2.to/latest/1313161554/tokens.json
[viewer-kardiachain]: https://tokenlists.org/token-list?url=https://tokens.r2d2.to/latest/24/tokens.json

<!-- end versions -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mask-token-lists",
"version": "0.0.29",
"version": "0.0.30",
"repository": "https://github.com/DimensionDev/Mask-Token-Lists.git",
"license": "MIT",
"author": "guanbinrui <[email protected]>",
Expand Down
Loading

0 comments on commit 405c969

Please sign in to comment.