Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #129 from morpho-org/fix/add-missing-env-configura…
Browse files Browse the repository at this point in the history
…tion

fix: add missing env configuration
  • Loading branch information
julien-devatom authored Aug 30, 2023
2 parents 375d4c0 + e65cf9a commit c720126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
RPC_URL=
DISABLE_TEST_VERBOSE_LOGGING=true
SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/morpho-labs/morpho-rewards
PINATA_JWT_KEY=
PINATA_JWT_KEY=
ETHERSCAN_API_KEY=
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ yarn install --frozen-lockfile

- Create an `.env` file and refer to the `.env.example` for the required environment variables.

All the scripts needs an `RPC_URL` and an `ETHERSCAN_API_KEY` to run.

- Run the tests that are computing distribution and verifying the root on chain:

```
Expand Down

0 comments on commit c720126

Please sign in to comment.