From 0a39aea7392c9e47fd3b9f61e3edc40e51b9dfe9 Mon Sep 17 00:00:00 2001 From: encipher Date: Fri, 8 Dec 2023 20:20:04 +0300 Subject: [PATCH 1/2] Update participants.mdx namadaw gen key --alias $ALIAS --pre-genesis/ not namadac gen key --alias $ALIAS --pre-genesis --- .../pages/operators/networks/genesis-flow/participants.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/pages/operators/networks/genesis-flow/participants.mdx b/packages/docs/pages/operators/networks/genesis-flow/participants.mdx index 47d8a8c6..f08c030e 100644 --- a/packages/docs/pages/operators/networks/genesis-flow/participants.mdx +++ b/packages/docs/pages/operators/networks/genesis-flow/participants.mdx @@ -21,7 +21,7 @@ This can be done through the namada cli: ```bash ALIAS="" -namadac gen key --alias $ALIAS --pre-genesis +namadaw gen key --alias $ALIAS --pre-genesis ``` After the user has entered their passwords and written down their mnemonic phrase, the namada cli will save the keys to the `pre-genesis` folder inside the [base directory](../../ledger/base-directory.mdx). @@ -201,4 +201,4 @@ Once all pre-genesis transactions have been generated and signed, the pre-genesi By convention, a directory for each pre-genesis network participant is created in the git repository. The `signed-transactions.toml` file is then submitted to the respective directory. - \ No newline at end of file + From b921f337cae9610804cd2440eb7f2e87fb209e43 Mon Sep 17 00:00:00 2001 From: encipher Date: Fri, 8 Dec 2023 20:24:54 +0300 Subject: [PATCH 2/2] Update participants.mdx namadaw --pre-genesis key gen --alias $ALIAS --- .../docs/pages/operators/networks/genesis-flow/participants.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/pages/operators/networks/genesis-flow/participants.mdx b/packages/docs/pages/operators/networks/genesis-flow/participants.mdx index f08c030e..b79bc019 100644 --- a/packages/docs/pages/operators/networks/genesis-flow/participants.mdx +++ b/packages/docs/pages/operators/networks/genesis-flow/participants.mdx @@ -21,7 +21,7 @@ This can be done through the namada cli: ```bash ALIAS="" -namadaw gen key --alias $ALIAS --pre-genesis +namadaw --pre-genesis key gen --alias $ALIAS ``` After the user has entered their passwords and written down their mnemonic phrase, the namada cli will save the keys to the `pre-genesis` folder inside the [base directory](../../ledger/base-directory.mdx).