Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mooncityorg/default-token-list-master
default-token-list-master
https://github.com/mooncityorg/default-token-list-master
default-token-list solana token-list token-listing
Last synced: 2 months ago
JSON representation
default-token-list-master
- Host: GitHub
- URL: https://github.com/mooncityorg/default-token-list-master
- Owner: mooncityorg
- License: gpl-3.0
- Created: 2024-09-14T14:21:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T09:39:38.000Z (5 months ago)
- Last Synced: 2024-11-30T13:42:47.243Z (2 months ago)
- Topics: default-token-list, solana, token-list, token-listing
- Language: JavaScript
- Homepage:
- Size: 367 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @1hive/default-token-list
[![Tests](https://github.com/Uniswap/token-lists/workflows/Tests/badge.svg)](https://github.com/1Hive/default-token-list/actions?query=workflow%3ATests)
[![npm](https://img.shields.io/npm/v/@1hive/default-token-list)](https://unpkg.com/@1hive/default-token-list@latest/)This NPM module and GitHub repo contains the default token list used in the Honeyswap interface.
## Adding a token
To request that we add a token to the list,
[file an issue](https://github.com/1Hive/default-token-list/issues/new?assignees=&labels=token+request&template=token-request.md&title=Add+%7BTOKEN_SYMBOL%7D%3A+%7BTOKEN_NAME%7D).### Disclaimer
Note filing an issue does not guarantee addition to this default token list.
We do not review token addition requests in any particular order, and we do not
guarantee that we will review your request to add the token to the default list.### Submit a PR
If you want a token to be added to the token list you can submit a PR , make sure ```npm test``` is not giving any error.### Deploy new version
Use feat() & patch() in your commit to pump the version
example:Once the PR is merge -> Go to the actions tab in the repository, and trigger the deploy action.