-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: install deps via NPM expect for v2-core
feat: add BaseScript chore: update remappings chore: update imports
- Loading branch information
1 parent
1a4f833
commit 93edc66
Showing
26 changed files
with
337 additions
and
54 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,20 +1,3 @@ | ||
[submodule "lib/forge-std"] | ||
branch = "v1" | ||
path = "lib/forge-std" | ||
url = "https://github.com/foundry-rs/forge-std" | ||
[submodule "lib/openzeppelin-contracts"] | ||
branch = "release-v4.9" | ||
path = "lib/openzeppelin-contracts" | ||
url = "https://github.com/OpenZeppelin/openzeppelin-contracts" | ||
[submodule "lib/prb-test"] | ||
branch = "release-v0" | ||
path = "lib/prb-test" | ||
url = "https://github.com/PaulRBerg/prb-test" | ||
[submodule "lib/solady"] | ||
branch = "main" | ||
path = "lib/solady" | ||
url = "https://github.com/Vectorized/solady" | ||
[submodule "lib/v2-core"] | ||
branch = "main" | ||
path = "lib/v2-core" | ||
url = "https://github.com/sablier-labs/v2-core" |
Submodule forge-std
deleted from
e8a047
Submodule openzeppelin-contracts
deleted from
e50c24
Submodule prb-test
deleted from
1e9ead
Submodule solady
deleted from
c86381
Submodule v2-core
updated
61 files
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
Oops, something went wrong.