Skip to content

Commit

Permalink
Updated .env.sample and readme about fork block numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtrakoff committed Jul 23, 2024
1 parent 447797c commit 105dc1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ETHERSCAN_API_KEY=
OPTIMISTIC_ETHERSCAN_API_KEY=
DEFENDER_API_KEY=
DEFENDER_SECRET_KEY=
OPTIMISM_FORK_BLOCK_NUMBER=91130166
ETHEREUM_FORK_BLOCK_NUMBER=17058420
OPTIMISM_FORK_BLOCK_NUMBER=120765195
ETHEREUM_FORK_BLOCK_NUMBER=19987379
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For anymore details, please read the contracts. They are sufficiently documented

## How to run tests?

The codebase uses Foundry test suite and integration tests using forking mode. Setup Foundry by following the instructions in their [docs](https://book.getfoundry.sh/getting-started/installation). Make sure that you have set the relevant env variables.
The codebase uses Foundry test suite and integration tests using forking mode. Setup Foundry by following the instructions in their [docs](https://book.getfoundry.sh/getting-started/installation). Make sure that you have set the relevant env variables. Also make sure that the block numbers that you pass in `.env` file are the same as the ones in `.env.sample` file.

Enter the following command in your terminal. By default, all tests will run.
```shell
Expand Down

0 comments on commit 105dc1d

Please sign in to comment.