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