-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Gnosis Safe module integration for Trading Strategy (#256)
- Integrate `TradingStrategyModuleV0` module to Gnosis Safe-based protocols using Zodiac module - Mainly needed for Lagoon vaults, but can work for others: vanilla Safe, DAOs
- Loading branch information
Showing
24 changed files
with
1,396 additions
and
483 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 |
---|---|---|
|
@@ -44,3 +44,15 @@ | |
[submodule "contracts/velvet-core"] | ||
path = contracts/velvet-core | ||
url = https://github.com/Velvet-Capital/velvet-core.git | ||
[submodule "contracts/safe-integration/lib/zodiac"] | ||
path = contracts/safe-integration/lib/zodiac | ||
url = https://github.com/gnosisguild/zodiac.git | ||
[submodule "contracts/safe-integration/lib/safe-contracts"] | ||
path = contracts/safe-integration/lib/safe-contracts | ||
url = [email protected]:safe-global/safe-smart-account.git | ||
[submodule "contracts/safe-integration/lib/openzeppelin-contracts"] | ||
path = contracts/safe-integration/lib/openzeppelin-contracts | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts.git | ||
[submodule "contracts/safe-integration/lib/openzeppelin-contracts-upgradeable"] | ||
path = contracts/safe-integration/lib/openzeppelin-contracts-upgradeable | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable.git |
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
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 +1,3 @@ | ||
@openzeppelin/=lib/openzeppelin-contracts/contracts | ||
@gnosis.pm/=lib | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.