-
Notifications
You must be signed in to change notification settings - Fork 3
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 #2 from bcnmy/fix/project-build
Fix/project build
- Loading branch information
Showing
8 changed files
with
24 additions
and
22 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,3 +1,6 @@ | ||
[submodule "lib/nexus.git"] | ||
path = lib/nexus.git | ||
url = https://github.com/bcnmy/nexus.git | ||
[submodule "lib/nexus"] | ||
path = lib/nexus | ||
url = https://github.com/bcnmy/nexus | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std |
Submodule nexus.git
deleted from
5d81e5
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,9 +1,8 @@ | ||
@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/ | ||
@prb/test/=node_modules/@prb/test/ | ||
@nexus/=lib/nexus.git/ | ||
forge-std/=node_modules/forge-std/ | ||
nexus/=lib/nexus/ | ||
forge-std/=lib/forge-std/ | ||
account-abstraction=node_modules/account-abstraction/ | ||
modulekit/=node_modules/modulekit/src/ | ||
sentinellist/=node_modules/sentinellist/ | ||
solady/=node_modules/solady | ||
ds-test/=node_modules/ds-test/src/ |
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