Skip to content

Commit

Permalink
coderabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
ijonele committed Sep 5, 2024
1 parent d8cb9ee commit 703c70e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Note down `code_id` from the output.

You can instantiate the contract by using the command below.

Before you should replace replace `1` with the actual code ID you retrieved in previous step and replace `my-key-name` with your key name. Also note that you can either define an admin or pass `--no-admin` to make it immutable, like in this example.
Before you proceed, should replace replace `1` with the actual code ID you retrieved in previous step and replace `my-key-name` with your key name. Also note that you can either define an admin or pass `--no-admin` to make it immutable, like in this example.

```bash
wardend tx wasm instantiate 1 '{}' --from my-key-name /
Expand Down

0 comments on commit 703c70e

Please sign in to comment.