Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Wenzel committed Jan 18, 2023
1 parent 60f0a91 commit d3f769e
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions README.md
Expand Up @@ -33,24 +33,21 @@ wget https://github.com/brendanwenzel/perp_cli_curie/releases/download/$VERSION/
sudo install $FILE_NAME /usr/local/bin/perp
rm $FILE_NAME
```

[//]: # ## Environment Variables

[//]: # Add a .env file to the same folder as the perp app with the following parameters:

[//]: # ```
[//]: # RPC_URL=
[//]: # CHAIN_ID=
[//]: # PRIVATE_KEY=
[//]: # ```
[//]: # The other option is to provide environment variables for each session by passing the following prior to using the CLI:

[//]: # ```bash
[//]: # export RPC_URL="https://alchemylink.com"
[//]: # export CHAIN_ID="10"
[//]: # export PRIVATE_KEY="asdf...1234"
[//]: # ```

<!---
## Environment Variables
Add a .env file to the same folder as the perp app with the following parameters:
```
RPC_URL=
CHAIN_ID=
PRIVATE_KEY=
```
The other option is to provide environment variables for each session by passing the following prior to using the CLI:
```bash
export RPC_URL="https://alchemylink.com"
export CHAIN_ID="10"
export PRIVATE_KEY="asdf...1234"
```
--->
## Configuration Settings

Nothing will work until you have setup the app's configurations.
Expand Down

0 comments on commit d3f769e

Please sign in to comment.