Skip to content

Commit

Permalink
submodule stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
FortisFortuna committed Oct 3, 2022
1 parent 16e58d2 commit 40421b7
Show file tree
Hide file tree
Showing 4 changed files with 1,141 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
ignore = dirty
# ignore = dirty
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts/
ignore = dirty
# ignore = dirty
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/Rari-Capital/solmate
ignore = dirty
# ignore = dirty
[submodule "lib/ERC4626"]
path = lib/ERC4626
url = https://github.com/corddry/ERC4626
ignore = dirty
# ignore = dirty
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
2) Install [foundry](https://book.getfoundry.sh/getting-started/installation)
3) ```forge install```
4) ```git submodule update --init --recursive```
4a) ```cd ./lib/ERC4626 && git checkout main```. This should switch it to ```corddry```'s fork.
5) (Optional) Occasionally update / pull your submodules to keep them up to date. ```git submodule update --recursive --remote```
6) Create your own .env and copy SAMPLE.env into there. Sample mainnet validator deposit keys are in test/deposit_data-TESTS-MAINNET.json if you need more.
7) You don't need to add PRIVATE_KEY, ETHERSCAN_KEY, or FRXETH_OWNER if you are not actually deploying on live mainnet
Expand Down
Loading

0 comments on commit 40421b7

Please sign in to comment.