-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from immunefi-team/feat/poc-template
Feat/poc template
- Loading branch information
Showing
23 changed files
with
332 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "lib/v2-core"] | ||
path = lib/v2-core | ||
url = https://github.com/uniswap/v2-core | ||
[submodule "lib/v2-periphery"] | ||
path = lib/v2-periphery | ||
url = https://github.com/uniswap/v2-periphery |
Submodule forge-std
updated
3 files
+0 −94 | src/InvariantTest.sol | |
+2 −2 | src/StdCheats.sol | |
+2 −2 | src/Vm.sol |
Submodule v2-core
deleted from
ee547b
Submodule v2-periphery
deleted from
0335e8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
ds-test/=lib/forge-std/lib/ds-test/src/ | ||
forge-std/=lib/forge-std/src/ | ||
@openzeppelin/contracts=lib/openzeppelin-contracts/contracts/ | ||
@openzeppelin/contract-upgradeable=lib/openzeppelin-contracts-upgradeable/contracts/ | ||
@uniswap-v2-core/=lib/uniswap-v2-core/contracts/ | ||
@uniswap-v2-periphery/=lib/uniswap-v2-periphery/contracts/ | ||
forge-std/=lib/forge-std/src/ |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.