-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Deploy OETH Morpho AAVE contract * OETH Morpho Aave v2 Fork tests (#1544) * Add fork tests * Lint * Switch to new governor * Proxy init to change governor at the end (#1557) * Init of Morpho strategy from proxy init (cherry picked from commit 4fee664) * set governor on proxy init (cherry picked from commit d6d9fb9) * Proxy init to do gov change after init of impl Simplified oeth morpho deploy script (cherry picked from commit c38c6a7) * fix sol prettier (cherry picked from commit ecb7d00) * change governance in fork tests * reduce time with deployment script * skipping some fork tests * remove .only --------- Co-authored-by: Domen Grabec <[email protected]> * mainnet deploy 64 * Updated logs of OETH Morpho Aave strategy deploy --------- Co-authored-by: Daniel Von Fange <[email protected]> Co-authored-by: Shahul Hameed <[email protected]> Co-authored-by: Nick Addison <[email protected]>
- Loading branch information
1 parent
36332fe
commit 88bccea
Showing
7 changed files
with
796 additions
and
4 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
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
284 changes: 284 additions & 0 deletions
284
contracts/deployments/mainnet/OETHMorphoAaveStrategyProxy.json
Large diffs are not rendered by default.
Oops, something went wrong.
131 changes: 131 additions & 0 deletions
131
contracts/deployments/mainnet/solcInputs/e2c5ee485cf51b67ed7342bdf5e3180c.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
contracts/storageLayout/mainnet/OETHMorphoAaveStrategyProxy.json
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"storage": [], | ||
"types": {} | ||
} |
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.