Skip to content

Commit

Permalink
Update x/crosschain/client/cli/cli_whitelist_erc20.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tanmay <[email protected]>
  • Loading branch information
lumtis and kingpinXD authored Feb 7, 2024
1 parent b42e727 commit fd58a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/crosschain/client/cli/cli_whitelist_erc20.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
func CmdWhitelistERC20() *cobra.Command {
cmd := &cobra.Command{
Use: "whitelist-erc20 [erc20Address] [chainID] [name] [symbol] [decimals] [gasLimit]",
Short: "Add a new erc20 address to whitelist",
Short: "Add a new erc20 token to whitelist",
Args: cobra.ExactArgs(6),
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientTxContext(cmd)
Expand Down

0 comments on commit fd58a77

Please sign in to comment.