KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
default-token-list
โ 10
Open GitHub โ
Honeyswap Default Token List ๐ฏ
Download README (.md)
Explore Similar Repositories
snowflake_data_profiling
:
Profiles data in Snowflake tables and views including statistics, data classification and more.
cakephp-pingcrm
:
A demo application to illustrate how Inertia.js works with CakePHP.
floating-pointer
:
Use your phone or tablet as a virtual mouse
automl-vr
:
Project assets for building TF Lite models to run on Oculus Quest with Unity and Google AutoML Object Detection.
spring-redis-chat-service
:
Chat Server using Spring Boot, Redis Pub/Sub, and WebSockets
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
default-token-list
?
Download (.md)
# @1hive/default-token-list [](https://github.com/1Hive/default-token-list/actions?query=workflow%3ATests) [](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: ``` feat(add): Gnosis BREAKING CHANGE: description on why this is a breaking change. ``` Once the PR is merge -> Go to the actions tab in the repository, and trigger the deploy action.