-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
32 additions
and
0 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,6 +1,7 @@ | ||
# Compiler files | ||
cache/ | ||
out/ | ||
lib | ||
|
||
# Ignores development broadcast logs | ||
!/broadcast | ||
|
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,3 +1,27 @@ | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "lib/v4-periphery"] | ||
path = lib/v4-periphery | ||
url = https://github.com/uniswap/v4-periphery | ||
[submodule "lib/v4-core"] | ||
path = lib/v4-core | ||
url = https://github.com/uniswap/v4-core | ||
[submodule "example/bad-gas-hooks"] | ||
path = example/bad-gas-hooks | ||
url = https://github.com/ooMia/v4-template | ||
[submodule "example/vuln-hook-caller-modifier"] | ||
path = example/vuln-hook-caller-modifier | ||
url = https://github.com/Entropy1110/vuln-hook-caller-modifier | ||
[submodule "example/vuln-hook-withdraw-unabled"] | ||
path = example/vuln-hook-withdraw-unabled | ||
url = https://github.com/Entropy1110/vuln-hook-withdraw-unabled | ||
[submodule "example/vuln-hook-upgradable"] | ||
path = example/vuln-hook-upgradable | ||
url = https://github.com/Entropy1110/vuln-hook-upgradable | ||
[submodule "example/Uniswap_v4_hook_sample"] | ||
path = example/Uniswap_v4_hook_sample | ||
url = https://github.com/ExploitSori/Uniswap_v4_hook_sample | ||
[submodule "example/bad-hooks"] | ||
path = example/bad-hooks | ||
url = https://github.com/55hnnn/bad-hooks |
Submodule Uniswap_v4_hook_sample
added at
da8bb7
Submodule bad-gas-hooks
added at
c16198
Submodule vuln-hook-caller-modifier
added at
1c9091
Submodule vuln-hook-upgradable
added at
755fa3
Submodule vuln-hook-withdraw-unabled
added at
75a7b7