Skip to content

Commit

Permalink
update readme and env sample
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 16, 2024
1 parent 5107b3c commit 0044faa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ETH_RPC=https://rpc2.sepolia.org
NEAR_MPC_CONTRACT=v1.signer-prod.testnet

NEAR_ACCOUNT_ID=
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0044faa

Please sign in to comment.