generated from Hats-Protocol/hats-module-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #5 from Hats-Protocol/chaining-compatibility
Chaining compatibility
- Loading branch information
Showing
6 changed files
with
22 additions
and
19 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,7 +1,9 @@ | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
|
||
[submodule "lib/hats-module"] | ||
path = lib/hats-module | ||
url = https://github.com/hats-protocol/hats-module | ||
[submodule "lib/hats-protocol"] | ||
path = lib/hats-protocol | ||
url = https://github.com/hats-protocol/hats-protocol |
Submodule forge-std
updated
40 files
Submodule hats-module
updated
13 files
+3 −3 | .gitmodules | |
+1 −1 | lib/solady | |
+1 −1 | script/HatsEligibilitiesChain.s.sol | |
+1 −1 | script/HatsModuleFactory.s.sol | |
+1 −1 | script/HatsTogglesChain.s.sol | |
+11 −11 | src/HatsEligibilitiesChain.sol | |
+35 −21 | src/HatsModuleFactory.sol | |
+11 −11 | src/HatsTogglesChain.sol | |
+4 −3 | src/utils/DeployFunctions.sol | |
+36 −32 | test/HatsEligibilitiesChain.t.sol | |
+11 −6 | test/HatsModule.t.sol | |
+118 −34 | test/HatsModuleFactory.t.sol | |
+34 −28 | test/HatsTogglesChain.t.sol |
Submodule hats-protocol
added at
cccb71
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