Skip to content

Commit

Permalink
fix submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaanshK committed Sep 4, 2024
1 parent a1faf39 commit 3eee044
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
21 changes: 9 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
[submodule "lib/nexus"]
path = lib/nexus
url = https://github.com/bcnmy/nexus
branch = dev
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/v3-periphery"]
path = lib/v3-periphery
url = https://github.com/Uniswap/v3-periphery
[submodule "lib/v3-core"]
path = lib/v3-core
url = https://github.com/Uniswap/v3-core
[submodule "lib/account-abstraction"]
path = lib/account-abstraction
url = https://github.com/eth-infinitism/account-abstraction
branch = releases/v0.7
[submodule "lib/nexus"]
path = lib/nexus
url = https://github.com/bcnmy/nexus
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = master
[submodule "lib/v3-core"]
path = lib/v3-core
url = https://github.com/Uniswap/v3-core
[submodule "lib/v3-periphery"]
path = lib/v3-periphery
url = https://github.com/Uniswap/v3-periphery
2 changes: 1 addition & 1 deletion lib/forge-std

0 comments on commit 3eee044

Please sign in to comment.