You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/src/documentation/commands/keys/index.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The command outputs a JSON similar to the one below.
50
50
}
51
51
```
52
52
53
-
You can save this to a file (e.g. `key_seed.json`) and use it to add to Hermes with `{{#template ../../../templates/commands/hermes/keys/add_1.md CHAIN_ID=<CHAIN_ID> KEY_FILE=key_seed.json}}`. See the `Adding Keys` section for more details.
53
+
You can save this to a file (e.g. `key_seed.json`) and use it to add to Hermes with `{{#template ../../../templates/commands/hermes/keys/add_2.md CHAIN_ID=<CHAIN_ID> KEY_FILE=key_seed.json}}`. See the `Adding Keys` section for more details.
54
54
55
55
### Adding and restoring Keys
56
56
@@ -64,7 +64,7 @@ If a key with the same `key_name` already exists, the flag `--overwrite` must be
>__NOTE__: Do not confuse the `chain-name` and the `chain-id` which follows the format `chain_name-version`.
21
21
22
22
- If you have a `mnemonic`, you can restore a private key from a [mnemonic-file](../../documentation/commands/keys/index.md#restore-a-private-key-to-A_CHAIN_ID-from-a-mnemonic). The following steps create a `mnemonic-file` and restore its key for each chain under names `keyhub` and `keyosmosis`:
0 commit comments