@1hive/default-token-list 中文文档教程
@1hive/default-token-list
这个 NPM 模块和 GitHub 存储库包含 Honeyswap 接口中使用的默认令牌列表。
Adding a token
要请求我们将令牌添加到列表中, 提交问题。
Disclaimer
请注意,提交问题并不能保证添加到此默认令牌列表中。 我们不会以任何特定顺序审查代币添加请求,我们也不会 保证我们将审核您将令牌添加到默认列表的请求。
Submit a PR
如果你想将一个令牌添加到令牌列表中,你可以提交一个 PR ,确保 npm test
没有给出任何错误。
Deploy new version
使用 feat() & 提交中的 patch() 以抽取版本 示例:
feat(add): xDAI
BREAKING CHANGE: description on why this is a breaking change.
一旦 PR 被合并 -> 转到存储库中的操作选项卡,并触发部署操作。
@1hive/default-token-list
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.
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): xDAI
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.