From 0044faa720876b69836a32f1239858a80437c6fd Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Mon, 16 Sep 2024 14:46:04 +0200 Subject: [PATCH] update readme and env sample --- .env.sample | 1 - README.md | 9 +++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.sample b/.env.sample index 25e2482..57acc14 100644 --- a/.env.sample +++ b/.env.sample @@ -1,4 +1,3 @@ -ETH_RPC=https://rpc2.sepolia.org NEAR_MPC_CONTRACT=v1.signer-prod.testnet NEAR_ACCOUNT_ID= diff --git a/README.md b/README.md index e5cf80a..cb3fa1c 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,16 @@ yarn install Create a `.env` (or use our `.env.sample`) file in the root of the project and add the following environment variables: ```sh -ETH_RPC=https://rpc2.sepolia.org - NEAR_ACCOUNT_ID= -NEAR_ACCOUNT_PRIVATE_KEY= - # Head to https://www.pimlico.io/ for an API key PIMLICO_KEY= ``` +To use the CLI tool provided here in `examples/*` you will also need to provide a privateKey for your Near account. + +```sh +NEAR_ACCOUNT_PRIVATE_KEY= +``` ## Usage