Skip to content

Commit

Permalink
doc: update readme for integration test with right env values needed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bc40 authored Jan 29, 2025
1 parent 1b8f5d5 commit 9e4ae99
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,13 @@ There are tests where you need some kind of environment variable or external ser

To run this folder, you'll need:

1. `ETHERSCAN_API_KEY` set to an Etherscan API key
2. `OPTIMISTIC_ETHERSCAN_API_KEY` set to an Etherscan-Optimism API key
1. `EXPLORER_API_KEY` set to an Etherscan API key
2. `OPTIMISTIC_ETHERSCAN_API_KEY` set to an Etherscan-Optimism API key
3. `MAINNET_RPC_URL` set to your mainnet RPC URL from your provider (like [Alchemy](https://www.alchemy.com/))

> 💡 You'll have to export your env variables before running `just test-i`.
>
> You can create a script to export them whenever you need them.
> For extra security, check this password management tool [pass](https://www.passwordstore.org/) to encrypt your var with `gpg`.
>
> Ask any contributor if you need advice.

0 comments on commit 9e4ae99

Please # to comment.