Skip to content

Commit

Permalink
🛠️ Chore : init
Browse files Browse the repository at this point in the history
  • Loading branch information
ooMia committed Oct 3, 2024
1 parent 55afe83 commit 90ae89e
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Compiler files
cache/
out/
lib

# Ignores development broadcast logs
!/broadcast
Expand Down
24 changes: 24 additions & 0 deletions .gitmodules
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
1 change: 1 addition & 0 deletions example/Uniswap_v4_hook_sample
Submodule Uniswap_v4_hook_sample added at da8bb7
1 change: 1 addition & 0 deletions example/bad-gas-hooks
Submodule bad-gas-hooks added at c16198
1 change: 1 addition & 0 deletions example/bad-hooks
Submodule bad-hooks added at 071a7b
1 change: 1 addition & 0 deletions example/vuln-hook-caller-modifier
1 change: 1 addition & 0 deletions example/vuln-hook-upgradable
Submodule vuln-hook-upgradable added at 755fa3
1 change: 1 addition & 0 deletions example/vuln-hook-withdraw-unabled
1 change: 1 addition & 0 deletions lib/v4-core
Submodule v4-core added at 114164

0 comments on commit 90ae89e

Please sign in to comment.