Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

sellskin
Copy link

No description provided.

Signed-off-by: sellskin <[email protected]>
@AGRime
Copy link

AGRime commented Apr 23, 2024

@@ -15,10 +15,10 @@任务("mint", "", require("./mint")).addParam("t", "代币类型", "ETH").addParam(

任务("wireAll", "", require("./wireAll"))
.addParam("e", "环境即:主网、测试网或沙箱", "沙箱")
.addOptionalParam("srcNetworks", "以逗号分隔的要配置的网络列表", "goerli-sandbox", types.string)
.addOptionalParam("srcNetworks", "以逗号分隔的要配置的网络列表", "goerli-sandbox", types.string)
.addParam("noPrompt", "无提示", false, types.boolean)

子任务("wireAllSubtask", "", require("./wireAll"))
.addParam("e", "环境即:主网、测试网或沙箱", "沙箱")
.addParam("srcNetworks", "以逗号分隔的要配置的网络列表", "goerli-sandbox", types.string)
.addParam("srcNetworks", "以逗号分隔的要配置的网络列表", "goerli-sandbox", types.string)
.addParam("noPrompt", "无提示", false, types.boolean)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants