Skip to content

Commit

Permalink
Export variables in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizualni committed Jul 5, 2022
1 parent 74749a2 commit 7f548b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ evm:
Open a new terminal window and run:
```shell
PALOMA_KEYRING_PASS=<your Paloma key password>
ETH_RPC_URL=<Your Ethereum mainnet RPC URL>
ETH_PASSWORD=<Your ETH Key Password>
ETH_SIGNING_KEY=<Your ETH SIGNING KEY>
export PALOMA_KEYRING_PASS=<your Paloma key password>
export ETH_RPC_URL=<Your Ethereum mainnet RPC URL>
export ETH_PASSWORD=<Your ETH Key Password>
export ETH_SIGNING_KEY=<Your ETH SIGNING KEY>
pigeon start
```

Expand Down

0 comments on commit 7f548b8

Please sign in to comment.