From e6c2f83831af886e1a2a12f85a6f237d69fe7130 Mon Sep 17 00:00:00 2001 From: Ana <84312885+AnaLoznianu@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:42:32 +0300 Subject: [PATCH] Update from mnemonic to private key Related to: https://github.com/oceanprotocol/ocean-cli/pull/23/files --- developers/ocean-cli/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers/ocean-cli/install.md b/developers/ocean-cli/install.md index 62d824d7..78ddb1a1 100644 --- a/developers/ocean-cli/install.md +++ b/developers/ocean-cli/install.md @@ -40,7 +40,7 @@ To successfully configure the CLI tool, two essential steps must be undertaken: The CLI tool requires the configuration of the account's private key. This private key serves as the means by which the CLI tool establishes a connection to the associated wallet. It plays a crucial role in authenticating and authorizing operations performed by the tool. ```bash -export MNEMONIC="XXXX" +export PRIVATE_KEY="XXXX" ``` ### RPC Endpoint Specification