Skip to content

Commit

Permalink
Merge pull request #37 from bgd-labs/feat/misc-organization
Browse files Browse the repository at this point in the history
misc organization changes
  • Loading branch information
kyzia551 authored Sep 28, 2023
2 parents 8607a40 + 8ddb500 commit 874ffdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
RPC_MAINNET=https://eth-mainnet.alchemyapi.io/v2/ALCHEMY_API_KEY
FORK_BLOCK=someBlockNumber

# Optional
ETHERSCAN_API_KEY_MAINNET=
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ More detailed description and specification [HERE](./properties.md)
This repository requires having Foundry installed in the running machine. Instructions on how to do it [HERE](https://github.com/foundry-rs/foundry#installation).

After having installed Foundry:
1. Add a `.env` file with properly configured `ETH_RPC_URL` and `FORK_BLOCK`, following the example on `.env.example`
1. Add a `.env` file with properly configured `RPC_MAINNET` and `FORK_BLOCK`, following the example on `.env.example`
2. `make test` to run the simulation tests.

<br>
Expand Down
19 changes: 0 additions & 19 deletions reports/AaveTokenV2_layout.md

This file was deleted.

16 changes: 0 additions & 16 deletions reports/AaveTokenV3_layout.md

This file was deleted.

0 comments on commit 874ffdb

Please sign in to comment.