From 582289402ebe05615fce486864ed051499724506 Mon Sep 17 00:00:00 2001 From: Andy Jiang Date: Mon, 23 Sep 2024 12:57:12 +1200 Subject: [PATCH] fix run script typo --- src/cli/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/constants.ts b/src/cli/constants.ts index fba9b88..0b9f950 100644 --- a/src/cli/constants.ts +++ b/src/cli/constants.ts @@ -53,7 +53,7 @@ Script name is matched (ignoring case) to a file in the scripts directory. If no Flags: --mainnet, --testnet - specifies the network to use when running the script. If not specified on the command line, it will be asked interactively. --custom [api-endpoint] - indicates that a custom API should be used when running the script, and the API URL optionally. (example: https://testnet.toncenter.com/api/v2/) ---custom-version - specifies the API version to use with the custom API. Options: v2 (defualt), v4. +--custom-version - specifies the API version to use with the custom API. Options: v2 (default), v4. --custom-key - specifies the API key to use with the custom API, can only be used with API v2. --custom-type - specifies the network type to be indicated to scripts. Options: custom (default), mainnet, testnet. --tonconnect, --deeplink, --mnemonic - specifies the deployer to use when running the script. If not specified on the command line, it will be asked interactively.