Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Typo cli-reference.mdx #127

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions nil/reference/cli-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Contrace code: CONTRACT_CODE
Contract balance: CONTRACT_BALANCE
```

#### Retrievign the contract currencies
#### Retrieving the contract currencies

```bash
Contract currencies: CONTRACT_CURRENCIES
Expand Down Expand Up @@ -457,7 +457,7 @@ For `create-currency`, `mint-currency`:
nil minter create-currency OWNER_ADDRESS AMOUNT NAME [--withdraw]
```

#### Mint an existign token
#### Mint an existing token

```bash
nil minter mint-currency OWNER_ADDRESS AMOUNT [--withdraw]
Expand Down Expand Up @@ -491,7 +491,7 @@ Transferred AMOUNT to TO_ADDRESS CurrencyId=[CURRENCY_ID]

## `receipt`

This command is for retriving the receipt with the given hash.
This command is for retrieving the receipt with the given hash.

### Subcommands

Expand Down Expand Up @@ -535,7 +535,7 @@ This command is for retrieving system information.

| Subcommand | Definition |
|:--:|:--|
| `chain-id` | Retreive the ID of the current chain. |
| `chain-id` | Retrieve the ID of the current chain. |
| `gas-price` | Retrieve the gas price in the specified shard. |
| `shards` | Retrieve a list of all execution shards. |

Expand Down